Firebase Google登录

时间:2018-08-01 15:26:44

标签: android firebase google-signin

我正在尝试根据本文档https://firebase.google.com/docs/auth/android/google-signin通过Firebase实施Google登录。我陷入SHA-1证书问题并生成Web客户端ID的问题。 问题在于步骤
4. If you haven't yet specified your app's SHA-1 fingerprint, do so from the Settings page of the Firebase console. See Authenticating Your Client for details on how to get your app's SHA-1 fingerprint.

You must pass your server's client ID to the requested token method. To find the OAuth 2.0 client ID: Open the Credentials page in the API Console.
由于我在Firebase中为我的项目添加了SHA-1,因此我无法在Google API控制台中执行相同的操作-由于App包和SHA-1的重复条目,它给了我例外。我尝试以一种方式或其他方式输入它们,但是Firebase或Google API控制台给了我这个错误。解决此问题的正确方法是什么?

1 个答案:

答案 0 :(得分:0)

对于那些陷入困境的人来说很好-在Firebase控制台中启用Google登录后,它会生成自己的Web客户端ID,因此您不必在Google API控制台中创建凭据