Hello,

I am trying to use the following code to sign my users in, but when I do so 
with the requestToken command attached, I get this error in the handeSignIn 
method.  I have tried re-adding my google-services.json and I know my SHA1 
is correct; any thoughts?


GoogleSignInOptions gso = new 
GoogleSignInOptions.Builder(GoogleSignInOptions.DEFAULT_SIGN_IN)
        .requestProfile()
        .requestIdToken("my id is here")
        .requestEmail()
        .build();

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/136f7761-1717-4cd3-9f52-6945bbafce55%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to