statusCode=DEVELOPER_ERROR in google login

后端 未结 7 951
萌比男神i
萌比男神i 2020-12-19 10:35

Below code I am using for Google login.I added google-services.json file in the app folder.I am using classpath \'com.google.gms:google-services:2.0.0

7条回答
  •  情深已故
    2020-12-19 11:15

    Thanks Aleksey Gureiev for hinting... I solved my problem by making sure debug keys are actually used during builds..

    For me in Android Studio the issue was the Signing Config was not set at all. I am still wondering how it happened.

    Once I set Signing Config to my config with name "debug" then it all started working.

提交回复
热议问题