Get list of user email addresses with AngularFire
问题 My web application uses Firebase JS + AngularFire to display a report of users in the application (visible only to admins). How can I retrieve a user's email address using AngularFire? Looking at the AngularFire API Reference, I don't see an available method for doing this in the $firebaseAuth section: https://github.com/firebase/angularfire/blob/master/docs/reference.md 回答1: You can't easily access that unless you go to the firebase console and do a manual check. In firebase it is advised