Google Sign In error 12500

前端 未结 30 3828
时光说笑
时光说笑 2020-11-22 09:17

I am trying to integrate Google Sign In into my app. I don\'t have a back-end server, I am just getting the details of the logged on Google Account to my app.

I firs

30条回答
  •  佛祖请我去吃肉
    2020-11-22 10:00

    Make sure you have following things set up properly:

    1. Generate Client Id in your Google Project.
    2. Provide proper SHA-1 key for that Client Id. (debug / release)
    3. Provide proper package name for that Client Id.
    4. Make sure you have generated Client Id in strings.xml, google-services.json or credentials.json file.

提交回复
热议问题