Firebase
Firebase copied to clipboard
[question] Is there a way to see that user email is verifyed?
The goal is to trigger authomatition for new user from Mailchimp, but only for those who have their email verifyed at Firebase Auth.
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.