Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[question] Is there a way to see that user email is verifyed? #31

Open
alex-grishchenkov opened this issue Nov 27, 2021 · 1 comment
Open
Labels
needs investigation Investigation needed to find more information, e.g. is this a bug, is the feature viable.

Comments

@alex-grishchenkov
Copy link

The goal is to trigger authomatition for new user from Mailchimp, but only for those who have their email verifyed at Firebase Auth.

@barticus barticus added the needs investigation Investigation needed to find more information, e.g. is this a bug, is the feature viable. label May 16, 2022
@barticus
Copy link
Collaborator

barticus commented Oct 4, 2023

Hi @alex-grishchenkov ,

This one appears to have been forgotten about.

Firebase Auth does have an email verified field, however it does not have a trigger for when a user is updated.

Can you describe your flow a bit more?

The current best solution would be to write to Firestore when an email is verified via your API, and then use a merge field to map through that value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs investigation Investigation needed to find more information, e.g. is this a bug, is the feature viable.
Projects
None yet
Development

No branches or pull requests

2 participants