Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

onError method does not indicate any problems to the user #56

Description

@davidchesnut

In the SignInActivity.java file there is an onError handler for signing in that is called when an error occurs. The code does not indicate that anything went wrong, so if there is a problem, the user is returned to the sign in activity with no explanation. Recommend adding a toast.

@Override
public void onError(Exception e) {
   // Recommend add a toast here for the user
    e.printStackTrace();
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions