简体   繁体   English

Firebase电话身份验证限制

[英]Firebase phone auth verification limit

Firebase says that for the Spark plan the limit for phone auth verification is 10k / month. Firebase表示,对于Spark计划,电话身份验证的限制为每月1万次。

So, suppose 1000 users login using phone auth 5 times each (after signing out each time) then will it be counted as 5000 verifications or 1000 verifications? 那么,假设有1000个用户每次使用电话身份验证登录5次(每次退出后),那么该计数将被算作5000个验证还是1000个验证?

由于它们会跟踪已注册的号码,因此只会计算1000次验证。

In my opinion: 在我看来:

The number of sent messages (sms) is considered, So 5000 is true. 考虑了已发送消息的数量(sms),因此5000为true。

I just tried and tested it out. 我只是尝试并测试了它。 The billing is calculated on the basis of the total number of phone verifications by the users. 计费是根据用户的电话验证总数计算的。 So in your case, if all 1000 users sign-out and then sign-in again and repeat this over 5 times, you'd have used 5000 verifications out of your monthly verification limit. 因此,在您的情况下,如果所有1000位用户退出,然后再次登录并重复5次以上,则您将使用5000个验证,超出了您的每月验证限制。

The number of verification SMS sent is however irrelevant and is not counted towards your monthly verification usage. 但是,发送的验证SMS数量无关紧要,并且不计入您的每月验证使用量。

Hope this helps :) 希望这可以帮助 :)

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

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