• python
  • javascript
  • reactjs
  • sql
  • c#
  • java
Facebook Twitter Instagram
Devs Fixed
  • python
  • javascript
  • reactjs
  • sql
  • c#
  • java
Devs Fixed
Home » Resolved: How to verify the user’s email through the client part of the application in the service Firebase

Resolved: How to verify the user’s email through the client part of the application in the service Firebase

0
By Isaac Tonny on 16/03/2023 Issue
Share
Facebook Twitter LinkedIn

In this post, we will see how to resolve How to verify the user’s email through the client part of the application in the service Firebase

Question:

This code assumes that the user can enter a non-existent email address and register. What I need is that after sending the data, the user receives a link to the e-mail – the activator of his account. There are mechanisms in firebase like – –
— auth.generate_email_verification_link
but for this you need to do
— firebase_admin.initialize_app(cred)
which in turn requires a SDK Certificate. But the certificate cannot be stored on the user side of the application… Most likely I’m not catching up with something. Please clarify!!!

Best Answer:

I don’t know how user friendly and how safe, but in the end, using this function, the user sends a request for verification from the application, and in firebase he simply closed the read and edit rights for unverified users. In the application itself, with the help of shit and sticks, the user is not allowed anywhere until verification passes

If you have better answer, please add a comment about this, thank you!

Source: Stackoverflow.com

firebase-authentication python
Share. Facebook Twitter LinkedIn

Related Posts

Resolved: navigate and redirect not redirecting to path in react router

24/03/2023

Resolved: Time Complexity: Find the number of people who know a secret leetcode 2327

24/03/2023

Resolved: Best way to create 3d matrix of variables in PULP

24/03/2023

Comments are closed.

© 2023 DEVSFIX.COM

Type above and press Enter to search. Press Esc to cancel.