Skip to content

How does the Verify User Account method work? #344

Closed Answered by WolfgangSenff
phil-hudson asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, you would want to trigger this after a successful signup - probably want to switch your view to tell them an email has been sent so that they can verify their email address. There's no signal or anything like that - nothing like that comes back from Firebase. Instead, there's a boolean in their info that says whether or not they're verified. You can see where that comes into play here:

var email_verified := false # Whether or not the account's email has been verified.

So for number 2, given the above, what you want to do is "let" them login, but then check that email verified value, and if it's…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by WolfgangSenff
Comment options

You must be logged in to vote
3 replies
@WolfgangSenff
Comment options

@phil-hudson
Comment options

@WolfgangSenff
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants