After 5 consecutive failed login attempts using email/password with firebase authentication, I cannot log in even if I enter an email/password that allows me to log in for the 6th time. However, if I wait a minute or so, I can log in by entering the email/password that allows me to log in.
I was looking for specifications regarding the limitation on the number of times a password can be validly entered, but I can’t find any. Can you please tell me about the specifications?
The log output is shown here.
Error:Uncaught(in prromise):FirebaseError:Firebase:Access to this account has been temporarily disabled due to many failed login attempts.You can immediately restore it by resetting your password or you can try again later.(auth/too-many-requests).
enter image description here
masaki akiyama is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.