Sign in with firebase

May I ask where did you get the firebase API & URL

The API is in the Project settings and the URL is in the Realtime Database:

I recommend you watch any of the first few videos that show up if you Google Firebase Thunkable, such as this one:

You said that you ran these blocks:

Did you see:

A… B ?

or

A… B… C ?

or

A… B… C… D ?

If you are only seeing A… B then the email address is not verified.

A and B. How am I supposed to verify the email?

When you sign up for an account with Firebase in a Thunkable project, it sends you an email message. You have to click to verify the account within that email message.

If you do not do that, then the account is not verified.

hi we did verify our account.

You can see the email verification template by clicking on the Templates tab in your Firebase Console and then clicking Email Address Verification or by going here and then clicking on the name of your database:

https://console.firebase.google.com/project/_/authentication/emails

I have customized the email template and have deployed a simple verification website in firebase hosting too. I have pasted the link of the verification website that i deployed into the email template.

When you sign up with a new email address, do you get the verification email message in your inbox?

You might need to delete the user from your Firebase Console in order to sign up with an email address you’ve already used before.

yes we do get a verification email message.
we have already deleted the user from our firebase console before but still has the error that the user is unable to proceed to the food category list.

Does the deployment of the website affect the verification process as the verification link in the email template is being replaced?

I don’t know, sorry.

Just to be clear, the issue you’re having is a Firebase issue, not a Thunkable issue. I understand that your project isn’t working the way you want it to but you need to sort out the problem with your Firebase account.

Hopefully someone else here will have a suggestion. You could also contact Firebase support or check their forums for solutions.

1 Like

Its alright but thank you! But may i know what information did you use from firebase because somehow you are able to proceed to the next page in the project whereas im not able to.

I simply entered my Firebase API and database URL and signed up using your blocks. I had already verified my email a long time ago so when I then signed in using that account, it just … worked. It went to the next screen.

1 Like

If an email is not being sent, it might be worth reaching out to Google/Firebase and asking them about this.

This is not a widespread issue, so I don’t think its the blocks/Thunkable. Could the issue have to do with your 'verification website"? Can you talk more about this? You shouldn’t need this. Instead, the email gets fired off when a user signs up, they click a link, and bang! It’s verified.

Have you read Firebase’s docs about this process or changing the verification link?

2 Likes

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