You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the plugin doesn't have a way to request for email and profile info while SignIn. Add a flag that can be configured in game.project for email and ProfileInfo.
The game.project configuration will look like:
builder.requestProfile() adds displayName,givenName,familyName,Id,photoUrl along with email. https://developers.google.com/identity/sign-in/android/people
I was thinking that these could be combined and returned as a json string when gpgs.get_profile() is called. Or should it be made individual functions? @britzl
Below is the draft PR i am working on.
Currently, the plugin doesn't have a way to request for email and profile info while SignIn. Add a flag that can be configured in game.project for email and ProfileInfo.
The game.project configuration will look like:
Add functions for email and profile info:
The text was updated successfully, but these errors were encountered: