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.
Asked
Active
Viewed 211 times
0

ken
- 25
- 4
-
There were already answers [here](https://stackoverflow.com/questions/38352772/is-there-any-way-to-get-firebase-auth-user-uid) and docs [here](https://softauthor.com/firebase-get-user-data-by-uid/) – Gadzhiev Islam Jun 25 '22 at 22:38
1 Answers
0
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

Tharindu Dhanushka
- 36
- 4