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
When testing app out and trying to login without filling anything out, it would show a popup saying "[firebase_auth/unknown] Given String is smpty or Null instead of not letting the user try to login until they've filled out both TextFields. Same issues for emails that aren't formatted properly: "test" intead of "[email protected]" and for when format is valid but user doesn't exist.
The text was updated successfully, but these errors were encountered:
Hey, I made it so you have to make an account with the proper email base on the sign up page and then from there in order to login you have to type the email and password -- is that what you mean is the issue? I think an error will show up in any other case.
Yeah, I fixed the formatting of the email text field with some regexp functions to test string formatting however you can still make a request with the incorrect format (At least when I pushed), so I think we gotta a boolean variable or someway for the app to not make a request until the formatting is correct and even after we should make the UI nicer for why it failed (Like "Account doesn't exists, try again")
When testing app out and trying to login without filling anything out, it would show a popup saying "[firebase_auth/unknown] Given String is smpty or Null instead of not letting the user try to login until they've filled out both TextFields. Same issues for emails that aren't formatted properly: "test" intead of "[email protected]" and for when format is valid but user doesn't exist.
The text was updated successfully, but these errors were encountered: