You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
@OverridepublicvoidonError(Exceptione) {
// Recommend add a toast here for the usere.printStackTrace();
}
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.