Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Already Logged in? #67

Closed
programmermattsrum opened this issue Oct 18, 2018 · 2 comments
Closed

Already Logged in? #67

programmermattsrum opened this issue Oct 18, 2018 · 2 comments

Comments

@programmermattsrum
Copy link

Is there a way to see if you are already logged into google with this plugin? I have searched everywhere and can't seem to find a way.

@thientvimo
Copy link

see I have the same problem

@thientvimo
Copy link

thientvimo commented Oct 24, 2018

this is error I
SignInException: DefaultInstance already created. Cannot change configuration after creation.
at Google.GoogleSignIn.set_Configuration

then you can add this code when create new google Configuration, that fixed my issue
if(GoogleSignIn.Configuration == null)
{
GoogleSignIn.Configuration = configuration;
GoogleSignIn.Configuration.UseGameSignIn = false;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants