Error 12501 authenticating with google sign-in

后端 未结 12 1946
我在风中等你
我在风中等你 2020-11-28 13:12

I\'m using google sign-in services to authenticate users that use my app. I got it to work when I just requested email information

GoogleSignInOptions gso =          


        
12条回答
  •  囚心锁ツ
    2020-11-28 13:45

    I experienced a similar problem. In my case, it was because the server client ID that I was using was from a different project than the client keys. It turns out that they need to be from the same project.

提交回复
热议问题