-
Notifications
You must be signed in to change notification settings - Fork 986
Display name as identifier #3382
Copy link
Copy link
Open
Labels
Description
I am using this package to sign the user on unity and then passing the auth token to firebase for user login.
- I am requesting email in requestServerSideAccess but getting no email id.
- Upon authentication in firebase, the user is created with an identifier which is the display name of playgames user and not playgamesid. Due to which if the player signs out and changed its display name and logins again in my app, firebase sees him as new user and creating a new account.
I would like to request that while generating token-id for auth, add playgamesid in identifer (UID) and not the display name.
Reactions are currently unavailable