Skip to content

Add Email and Profile Info Scope #48

@wanderer056

Description

@wanderer056

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:

[gpgs]
app_id = 29489714610
use_saved_games = 1
request_server_auth_code = 0
request_id_token = 1
client_id = somestring.google.com
request_email = 1
request_profile_info = 1

Add functions for email and profile info:

gpgs.get_email()
gpgs.get_profile()

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions