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.
Does this method work with the registration method I use?
yes of course it works
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.
Hello, can you help me? I can’t solve the problem.
explain what the problem is