标签: unity3d firebase firebase-authentication access-token
如何为Firebase获取Google ID令牌和访问令牌?
我在这里需要它们:
Firebase.Auth.Credential credential = Firebase.Auth.GoogleAuthProvider.GetCredential(googleIdToken, googleAccessToken);
我试图像这样得到令牌:
PlayGamesPlatform.Instance.GetToken();
但它返回null。请帮忙。