We need to send an e-mail too all of our users registered using Firebase authentication. Is there any easy way to do it ? f not is there any easy option to export all their e-mail adresses ?
Asked
Active
Viewed 43 times
1
-
You can do a regex search and list all email addresses – MatejMecka Aug 05 '16 at 16:10
-
1There is currently no API to get a list of users from Firebase Authentication. Most developers store a list of users in the Firebase Database. See http://stackoverflow.com/questions/38168973/how-to-get-the-list-of-registered-user-in-firebase – Frank van Puffelen Aug 05 '16 at 18:57