I have included features to login via Phone, Email-password, Google and Facebook in my mobile app. I know the phone charges after 10k. But my question is, does firebase always charge when it exceeds 50k users? Let's say there are 1 million users and the remaining 950k active users will be charged? Or is the Identity Platform something else and these costs only apply to the Identity Platform? Thanks in advance.
Asked
Active
Viewed 274 times
1 Answers
0
Firebase Authentication with Identity Platform is an optional upgrade of the basic Firebase Authentication product, and adds things like multi-factor authentication, blocking functions, and a service-level agreement to the product. If your project is on the Identity Platform upgrade and on the Blaze/paid plan, you will indeed be charged for all monthly active users above 50,000 - regardless of whether you use the additional features.
So if you're using any of those features, you are on Identity Platform. If you're not using these features, the easiest way to see whether your project is on Identity Platform at the top of the Authentication settings page in the Firebase console:

Frank van Puffelen
- 565,676
- 79
- 828
- 807
-
those who want to try this need to go to https://cloud.google.com/identity-platform – puzzled Feb 21 '23 at 03:51
-
One question Frank , if i don't upgrade to Identity Platform , does it mean there are no MAU Límits ? – Luis Mar 09 '23 at 12:32
-
That's correct. An unupgraded project won't have MAU limits, but also won't have access to the new features such as MFA. – Frank van Puffelen Mar 09 '23 at 14:16