Reputation: 15
I am looking to fetch Auth Users UID from Firebase via a web application. Is there any way to do this. I have attached a screenshot of what i want to fetch.
Upvotes: -1
Views: 345
Reputation: 36
If you want get UIDs of all the users or you need you user firebase admin sdk https://firebase.google.com/docs/auth/admin/manage-users. If you want to know the id of logged in user's details you can firebase client sdk https://firebase.google.com/docs/auth/web/manage-users
Upvotes: 0