i use Firebase Auth to get the user information, in a Sub Auth_SignedIn i get the information from firebase auth,
but can't get the UserID from the part "google - accounts.google.com"
Result on B4A
I see on result the "elementData-1" get this information on zza,
can access to this data?
but can't get the UserID from the part "google - accounts.google.com"
B4X:
Sub auth_SignedIn (User As FirebaseUser)
log(User.Uid)
log(User.Email)
log(User.PhotoUrl)
...
Result on B4A
I see on result the "elementData-1" get this information on zza,
can access to this data?