Thursday, 25 November 2021

How to send Email verification codes to user in Firebase using Python?

I'm making a KivyMD App and I want to send email verification code when an user is registered to the application. I'm using a firestore database with python for this project. But I don't have an idea to do that. The registration process is

  1. User sign up to the application with his email address.
  2. an email contains a code (with random numbers - OTP Code) should be send to the user's email.
  3. After user enters the correct verification code he should be registered in the application.

Can this be done with the way I expected? Or are there other better ways? Please help me Friends. Thank you in advance...



from How to send Email verification codes to user in Firebase using Python?

No comments:

Post a Comment