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:
— 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 passesIf you have better answer, please add a comment about this, thank you!
Source: Stackoverflow.com