Is there a way for me to send an email to all the users that are in my Authentication list. I know that I can send email on the beginning (Email address verification) but this is not a case. I made a new update to an app and I want to send an email explaining what went wrong.
I know this question is over two years old at this point, but for anyone new coming across this -
Firebase now provides Extensions, one of which addresses this issue: https://firebase.google.com/products/extensions/auth-mailchimp-sync/
This extension automatically generates cloud-functions which adds new users to a specified Mailchimp audience, and removes them if they delete their account.
If you have existing users that you wish to add first, then use the approach to list all users emails via the Admin SDK that @Doug Stevenson outlined previously.
Your best option (and maybe only option) is to use the Firebase Admin SDK and apply its User Management features to list all users. Once you have that list, you can use that to send your own email. Firebase will not send the email for you.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With