Error 12501 authenticating with google sign-in

后端 未结 12 1945
我在风中等你
我在风中等你 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:50

    I had this issue when I accidentally used the client ID of the Android app instead of the Webapp as the requestIdToken() parameter.

    You should use the Client ID of the Webapp there. By default it is called Web client (auto created by Google Service)

提交回复
热议问题