统一获取Google令牌

时间:2017-03-19 12:11:50

标签: unity3d firebase firebase-authentication access-token

如何为Firebase获取Google ID令牌和访问令牌?

我在这里需要它们:

  Firebase.Auth.Credential credential =
         Firebase.Auth.GoogleAuthProvider.GetCredential(googleIdToken, googleAccessToken);

我试图像这样得到令牌:

 PlayGamesPlatform.Instance.GetToken();

但它返回null。请帮忙。

0 个答案:

没有答案