I am looking for more details regarding Firebase protection against brute force password guessing.
In this thread, Kato says "we throttle requests by origin to mitigate any brute force approaches", can any more info be given ? especially:
when does throttling kicks in and if at any point the client is completely blocked for a certain time etc ?
can we have a way in the security rules to specify a number of failed attempts after which the client will be locked out for a certain amount of time ?
I want to switch to a digit only 'numpad' password on my app and am worried an enumeration attack. I need to determine the minimum number of digits to make passwords safe.
Thanks!