Email Verification

Yeah. You got it!
I used to ignore escrow, so I can’t use it

1 Like

Update app store you must provide a test account!

1 Like

you can use an alert component and show an alert when error.
under Authentication


follow these instructions and enable your email/password. Once users sign up he/she will get a verification mail in their inbox.

watch this video for more details, it’s very clear.

1 Like

this is in firebase

I have done all this but the email verification should come when they create an account…which I can’t do

can you send pic of your code once? Because its working for me. And did you connect your app with your database? using API key and database url


1 Like



Under if not error put the screen where you want to navigate to.
Try this,
and I hope you connected your app to ur database under authentication?

1 Like

It should work this way. Also check if your API key and ur database URl is corrcet?

okk…ill try it

1 Like

When you log in using the Sign In component it is better to check for errors first and if no error then check
image
Because this means the user who signed up received the email and verified his email address. This makes your app more secured.

1 Like