ken
ken

Reputation: 15

Fetch Auth User(s) UID from Firebase via server side

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. https://i.sstatic.net/mEnwu.png

Upvotes: -1

Views: 345

Answers (1)

Tharindu Dhanushka
Tharindu Dhanushka

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

Related Questions