We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The goal is to trigger authomatition for new user from Mailchimp, but only for those who have their email verifyed at Firebase Auth.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
The goal is to trigger authomatition for new user from Mailchimp, but only for those who have their email verifyed at Firebase Auth.
The text was updated successfully, but these errors were encountered: