5

I know about the Auth API quotas from Firebase Docs. And I want to know what happens when these quotas are exceeded? Do I get charged more money? Or does the Auth functionality stop until the limit is over?

Ameer Taweel
  • 949
  • 1
  • 11
  • 37
Pallavi Goyal
  • 536
  • 1
  • 4
  • 21

1 Answers1

1

In Firebase, if you use the "Free" or "Spark" plan, if you exceed any quota (Not only Auth), the functionality will not work until the limit is over. But if you use the "Pay As You Go" plan, you will get charged more money.

Ameer Taweel
  • 949
  • 1
  • 11
  • 37
  • Thanks for your response @Ameer Taweel. Can you tell me in case of "Pay As You Go" plan, what is the extra charge for each request? – Pallavi Goyal Jan 07 '19 at 09:10
  • You can check this page for all the info you need about Firebase pricing: https://firebase.google.com/pricing/ – Ameer Taweel Jan 07 '19 at 13:18