Firebase error: Blocked all requests from this device due to unusual activity

只愿长相守 提交于 2019-12-23 09:49:39

问题


I am getting the error below when testing Firebase authentication

We have blocked all requests from this device due to unusual activity. Try again later.

How do I fix this without deleting any data? There has to be a way to enable development/testing this stuff.


回答1:


You're seeing this error because of sending too many auth requests from or using one IP address for a given period of time. Firebase auth requests are limited for security purposes.

In order to avoid this error in the future, I'd suggest you to throttle or put delays on your authentication requests.

The penalty or blockage will be lifted eventually, or contact Firebase Support if not.

Hope this helps.




回答2:


I went into firebase > Authentication > sign-in method > google and added my client id to the whitelist.



来源:https://stackoverflow.com/questions/39291665/firebase-error-blocked-all-requests-from-this-device-due-to-unusual-activity

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