Skip to content

List of error codes? #3703

Open
Open
@WildOrangutan

Description

@WildOrangutan

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions