Skip to content

Show user-friendly error messages for Phone Auth #791

@samtstern

Description

@samtstern

In Phone Auth we are sending e.getLocalizedMessage() directly to an alert dialog:

The problem with this is that error messages from the server frankly suck. So we need to do the following:

  • Pick a set of known error codes and make human-friendly messages for them.
  • Show 'unknown error' for the rest and only log the raw message to the console.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions