Open
Description
What feature would you like to see?
I'm trying to better handle Firebase auth errors, and I can't find list of all possible error codes. I've managed to find this, but it's not a complete list.
How would you use it?
val e: FirebaseAuthException
if (e.errorCode == ErrorCodes.ERROR_INVALID_CERT_HASH {
reportToFirebase("Something is horribly wrong with oauth")
}