问题
I am a mobile developer and I am using firebase for my app which have built with Cordova and Ionic framework. So .. I implemented Firebase Auth functionalities such login/signup, email verification, forgot your password, ... But I found this message today while logging in with app.
"We have blocked all requests from this device due to unusual activity. Try again later."
How do I change the number of login attempts in Firebase?
回答1:
You can't change login attempts. A blocked user can retry after a few minutes.
Firebase SDK will through errors you attempts like following:
- multiple times wrong password attempts.
- multiple create a new password, anonymous account tries
- multiple password recovery tries
来源:https://stackoverflow.com/questions/39157963/how-do-i-change-the-number-of-login-attempts-in-firebase