Hello, how can I verify if the user's email is real or not?

Hello, how can I verify whether the user’s email is real or not after registering in Firebase Authentication?

Send an email to that email address together with some code the user needs to enter in your app to confirm…

You could do this manually using one of the email solutions… App Inventor Tutorials and Examples: Send Mail | Pura Vida Apps

Also you could search for OTP here in the community

Taifun

If you use Firebase you don’t need an extension, just after registering and obtaining the token, check if the account is validated.
If it is not, you have Firebase send the email to validate.



This is the process of user registration and login

what about using the mutator?

Taifun

1 Like

Does this method work with the registration method I use?

yes of course it works

How do I send confirmation to the email? Where do I put the block that I marked?

After successful registration or login, you request the token (Get ID Token) and then you have it.
Do the rest.

Is it possible to contact you privately? I have some questions.


What should be written in this block?

Hello, can you help me? I can’t solve the problem.

explain what the problem is

Is this true or is there a mistake?