Firebase Too Many Requests Exception

丶灬走出姿态 提交于 2021-01-20 12:20:17

问题


While working on android app with firebase I sent too much otp requests while testing my app phone authentication and they blocked otp services for my app how can I access otp services again? Here is the screenshot of Firebase exception


回答1:


As the error message already says: "Try again later". This type of condition/block is typically cleared after some time, with the exact interval depending on how overly frequent your requests were. Consider testing with fictional phone numbers to prevent such problems.

If the error persists after a few hours, it might be good to reach out to Firebase support for personalized help in troubleshooting.



来源:https://stackoverflow.com/questions/65233806/firebase-too-many-requests-exception

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