cgisca / PGSGP

Play Games Services plugin for Godot Game Engine - Android
MIT License
217 stars 61 forks source link

add support to request email, profile and token id #35

Closed tytkal closed 4 years ago

cgisca commented 4 years ago

@tytkal Thank you for your great work but I have already pushed the changes for the Player Info functionality. There are slightly more info available. I used Games.getPlayersClient(activity, googleSignInAccount).currentPlayer for getting player info. You can check the readme Player Info section for all the info available.

Thank you once again and sorry for closing the PR.

Hamdiovish commented 3 years ago

@cgisca thank you for the great work, Regarding the player Info functionality, it is missing the "email" and the "token id" of the player, which are too important for server side business: auth, getting player data etc. Please consider adding them to the player info functionality, which was done by this PR. Regards