简体   繁体   English

Firebase 验证短信配额超出此项目

[英]Firebase Authentication SMS Quota exceeded for this project

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".在运行了 2 年而没有达到任何配额限制后,我的应用程序达到了登录的每日配额限制(firebase 电话身份验证),这不允许任何用户使用该应用程序并说“已超出此项目的 SMS 配额”。 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.我检查了 firebase 身份验证使用情况及其远离免费层限制(10K)的地方,而且它在 Blaze pay as you go 计划。 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."我还检查了 Google Cloud Platform 配额页面,它显示所有配额都在限制范围内。GCP 支持回复如下:“Cloud Functions 配额都在限制范围内,超出配额的消息来自另一个系统。”

Any idea haw can this be solved?!有什么办法可以解决这个问题吗?!

From now on firebase new projects currently have an SMS daily quota of 50 / day.即日起firebase新项目目前每天短信额度为50条/天。


You can see: firebase console > Authentication > sign-in method可以看到:firebase控制台>认证>登录方式

在此处输入图像描述

if daily sms are exceeding limit go to: firebase console > open settings > open usage and billing check your daily limit.如果每日短信超过限制 go 至:firebase 控制台 > 打开设置 > 打开使用和计费检查您的每日限制。

Firebase Identity platform daily limit is 10sms/day Firebase 身份平台每日限制为 10sms/天

Im using Identity platform in my project我在我的项目中使用身份平台

在此处输入图像描述

You will find details info about it in the below link您将在以下链接中找到有关它的详细信息

Firebase phone auth daily limit info Firebase 手机认证每日限额信息

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM