Firebase phone auth verification limit

白昼怎懂夜的黑 提交于 2020-05-09 08:43:32

问题


Firebase says that for the Spark plan the limit for phone auth verification is 10k / month.

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?


回答1:


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.

The number of verification SMS sent is however irrelevant and is not counted towards your monthly verification usage.

Hope this helps :)




回答2:


It will be counted only 1000 verifications because they keep track of the number registered.




回答3:


In my opinion:

The number of sent messages (sms) is considered, So 5000 is true.



来源:https://stackoverflow.com/questions/51198324/firebase-phone-auth-verification-limit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!