How to get Firebase user id for current firebase user #343
spsarolkar
started this conversation in
General
Replies: 1 comment
-
Actually, you can get user UID instead of id. You can get user uid string from FirebaseAuth object like this
Note that this library uses MB_String class instead of Arduino String class which you can assign uid to the Arduino String like this.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am logging into firebase using id token and I want to fetch userid for current user so that presence details can be obtained for the IOT device. How can I obtain the current user id.
Beta Was this translation helpful? Give feedback.
All reactions