Firebase Authentication SMS Quota exceeded for this project
Asked Answered
C

4

8

After running for 2 years without hitting any quota limits, My app is hitting a daily quota limit on login (firebase phone authentication) which is not allowing any users to use the app and saying "SMS Quota for this project has been exceeded". I checked firebase auth usage and its far way from the free tier limit(10K), and also it's on Blaze pay as you go plan. I also checked Google Cloud Platform quotas page and it shows that all quota are within limit.. GCP support replied the following: "Cloud Functions quotas are all within limits, the quota exceeded messages are coming from another system."

Any idea haw can this be solved?!

Chanda answered 12/3, 2021 at 19:55 Comment(2)
10k is limit for 1 month , daily free otp limit is 357 please check if daily otp are exceeding free limit . Go to firebase console > open settings > open usage and billing check your daily limit. And as you mentioned your project is on blaze plan after 357 limit firebase will charge you for every OTP . please also check if your billing info is up to date ?Slesvig
even though i have selected Blaza plan and my payment info are good i am getting same exceeded limit error message. i have appiled temp quota , let me see after an hour if its increasing .Deina
A
6

From now on firebase new projects currently have an SMS daily quota of 50 / day.


You can see: firebase console > Authentication > sign-in method

enter image description here

if daily sms are exceeding limit go to : firebase console > open settings > open usage and billing check your daily limit.

Autotomize answered 16/7, 2021 at 8:38 Comment(3)
Hi, do you have any idea how long is a project considered "new"?Tetzel
@Yogesch no ideaAutotomize
@Yogesch I don't think the word "New" here is relative to time but instead in relative to existing projects. It could possibly meaning that your existing projects won't be affected by this limit but your newly created ones will. If you want to link a billing account to the project to overcome this limit. Follow this instruction by Google Cloud (cloud.google.com/billing/docs/how-to/…)Gylys
M
1

Firebase Identity platform daily limit is 10sms/day

Im using Identity platform in my project

enter image description here

You will find details info about it in the below link

Firebase phone auth daily limit info

Meave answered 15/9, 2022 at 9:20 Comment(0)
C
1

As of Jan 2024

Note: The limits for email link sign-in emails were recently changed. Please add a billing instrument to go beyond 5 email link sign-in emails.

If you are using Email link for sign-in and authentication then you will need to upgrade to Blaze plan as stated firebase website

Colchis answered 10/1, 2024 at 9:41 Comment(1)
as far as i understand, 5 emails/day limit on email sign in is applied to the whole project, not just a single device?Doorman
W
0

I'm getting the quota error, and the Firebase panel does not help at all. According to the panel, 37 SMS in the last 7 days have been sent and this shows the message "limit was exceeded". If the limit is 10/day, then the peak should be 70/week, and no less.

enter image description here

Today 4 SMS were sent and the quota limit error is already being triggered.

Wadmal answered 4/6, 2024 at 13:52 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.