Firebase UI authentication with google fails with message (code:10 message:10)

后端 未结 3 633
囚心锁ツ
囚心锁ツ 2020-11-22 06:10

I\'ve made a chat app that uses Firebase\'s feature Real-time database. I face a problem with google authentication. The problem started when I downloaded the a

3条回答
  •  灰色年华
    2020-11-22 07:03

    Make sure you have added signed SHA1. If you are using debug one then it will not gonna work for live apk.

    You need to put "debug.keystore" in this path C:\Users\USER_FOLDER_NAME.android

    then in Android studio follow the below steps 1. Run your project 2. Click on Gradle menu 3. Expand Gradle Tasks tree 4. Double click on android -> signingReport

    You can see SHA in Run Tab

    for more information see link

提交回复
热议问题