Question by
JoanPlay · May 24, 2017 at 05:33 PM ·
google playauthentication
accessToken in Firebase Auth
Hello, i need to authenticate user on my firbase but the credential needs an accessToken but i dont know where is it. Unity tutorial dont say where i can find it. Anyone can help me? Firebase.Auth.Credential credential = Firebase.Auth.GoogleAuthProvider.GetCredential(idToken, accessToken) The idToken i use is PlayGamesPlatform.Instance.GetUserId() and it works, i can connect to GooglePlay. I dont know what is accessToken.
Comment