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
On unsuccessful signin, the FirebaseUI is flushed and the user can attempt to sign in again. Currently, the error that occurs is printed to the console log. We instead want to display a generic error message to the user that prompts them to try again.
Expected behavior
On unsuccessful sign-in, display a generic error message to the user that asks them to try again.
Actual behavior
On unsuccessful sign-in, the error message is only displayed to the console log.
The text was updated successfully, but these errors were encountered:
Issue summary
On unsuccessful signin, the FirebaseUI is flushed and the user can attempt to sign in again. Currently, the error that occurs is printed to the console log. We instead want to display a generic error message to the user that prompts them to try again.
Expected behavior
On unsuccessful sign-in, display a generic error message to the user that asks them to try again.
Actual behavior
On unsuccessful sign-in, the error message is only displayed to the console log.
The text was updated successfully, but these errors were encountered: