Unable to Login/Sign Up properly and "Email address is badly formatted"

Hello! I’m still a beginner to Thunkable and following the Sign In Screen with Stored Variables tutorial on YouTube.

When I try to sign up, I can see the account/email used in the database and it sends me a verification email but it doesn’t navigate to the next screen.

When I try to login, I get an error: “Email address is badly formatted” but the email address I entered is correct.

Is there an error in my code? I’ve been rewatching the tutorial for hours but I still don’t know what’s wrong. I hope someone can help me with this. Here’s a link to the app.

I instead got:

Firebase: Error (auth/invalid-api-key).

Where did you get the badly formatted message? Firebase console?
I’m thinking you entered and checked:
“1stext@2ndtext.3rdtext” which had to be divided in “@” and “.” in the order shown.
But can I see a picture or a video? I want to see the problem more .

I’m not sure why we’re answering questions from two weeks ago but since this was just updated, the problem is that you are signing the user in using the text input’s hint rather than the text input’s text.

1 Like

I didn’t realize that. Thanks for telling me.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.