How to get user_id and user_pseudo_id logged by Firebase Analytics?
772 views
Skip to first unread message
Akshar
unread,
Sep 7, 2023, 10:33:27 AM9/7/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Firebase Google Group
Firebase Analytics logs user_id and user_pseudo_id along with event data. Is there a getter method in client SDK (I'm mostly interested in Android client SDK) for getting those fields?
I could find getters for session Id (getSessionId()) and some other ids, namely getAppInstanceId() and getFirebaseInstanceId()
I also found an answer on StackOverflow suggesting that user_pseudo_id corresponds to app instance id, would be great if someone can confirm that