'Firebase Auth error 17010 (account access disabled from too many failed login attempts) not being enforced?
Error Domain=FIRAuthErrorDomain Code=17010 "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." UserInfo={NSLocalizedDescription=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., FIRAuthErrorUserInfoNameKey=ERROR_TOO_MANY_REQUESTS}
I received this Firebase Auth iOS SDK error, as expected, after repeatedly trying to sign into an account with invalid credentials (for testing) but was unexpectedly able to sign into that account immediately thereafter using valid credentials. Why wasn't the warning in this error enforced? Or was the penalty just a few seconds? There is no documentation on this.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
