firebase-android-sdk icon indicating copy to clipboard operation
firebase-android-sdk copied to clipboard

List of error codes?

Open WildOrangutan opened this issue 2 years ago • 1 comments

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")
}

WildOrangutan avatar May 06 '22 10:05 WildOrangutan

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

google-oss-bot avatar May 06 '22 10:05 google-oss-bot