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

后端 未结 3 689
囚心锁ツ
囚心锁ツ 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:07

    You need three keys in order to make it work:

    1. The debug key. Informations here.

    2. The release key. Informations here.

    3. Google Play App signing key. Informations here.

    All these keys are needed in order to make the sign-in process work.

    Other informations here.

提交回复
热议问题