我正在尝试根据本文档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控制台给了我这个错误。解决此问题的正确方法是什么?