I am trying to understand the difference between: Cloud Identity, Firebase Auth, Identity Platform
I've read the following documents: https://cloud.google.com/identity-platform/docs/product-comparison https://cloud.google.com/blog/products/identity-security/identity-and-authentication-the-google-cloud-way
My questions are:
If you need to know my use case, I am basically building a modular enterprise app that would be used by my company for our construction projects.
Thanks everyone!
If I decide to use Identity Platform instead of Firebase Auth, would that affect the way firestore rules are done?
When you're using Cloud Identity Platform you are still using Firebase SDKs to sign users in to your app, and their token information is still available in exactly the same format in your Firestore security rules.