How i can get "Google Sign-In ID token" And "Google Sign-In access token" - UNITY
1,919 views
Skip to first unread message
Ngô Quốc Trường
unread,
Mar 31, 2017, 10:44:37 AM3/31/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Firebase Google Group
I use firebase to integrate into unity project but i dunno get para for func " Firebase.Auth.GoogleAuthProvider.GetCredential(googleIdToken, googleAccessToken)". Thanks for all solutions.
Alex Ames
unread,
Apr 3, 2017, 5:34:41 PM4/3/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
Have you tried following the instructions for Android or iOS to get an ID token for the Google sign in?
sudesh sakthivel
unread,
Apr 13, 2017, 1:47:30 AM4/13/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Firebase Google Group
tried it went throught every step.
1. added the Signing-certificate fingerprint.
2. added the client id to firebase sign-in methods google setting.
still i get the exception in my android device Firebase.FirebaseException: Invalid Credential. My question is how to get the google id token and access token.