-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
I may just be missing something obvious, because I know that this works in Xcode and Android studio when you integrate Firebase, but I have yet to see it here. So when I have someone authenticate with email, I can see that a userID is assigned to them, but there is no Firebaseuser.userID that I can find to later grab that userId when they sign in later, to then pull their data from the Realtime database. Am I missing something? Or is there a workaround? What I did in a previous app was instead of saving in the Realtime database as Users/{userID}/(users info), i saved it as Users/{userEmail}/(users info).
Metadata
Metadata
Assignees
Labels
No labels