Hello, first time posting here.
I use email/password authentication + email verification (which works) and Firebase to do logins and account creation for my app (also works). HOWEVER if a user submits invalid credentials, nothing happens and the page just looks like the submit button did nothing.
How can I add the behavior of an error message popping up if someone tries to log in with bad credentials? This seemingly basic functionality has me stumped! These are the actions I've set up for the "submit" button on the login page:
My thought goes to if I could add some kind of conditional action that checks a bool like "authSuccess" or "authFailed".