firebase phone authentication not working after .apk released in play store even after I have updated sha1 in firebase console

前端 未结 1 1219
心在旅途
心在旅途 2021-02-08 17:29

Firebase phone authentication not working after .apk released in play store even after I have updated sha1 in firebase console after that I have genera

1条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-08 17:55

    When you upload an app to the play store then the play store creates a new certificate called "App signing certificate". This will contain the SHA1 certificate that you require. It can be found at:

    Select App -> Under Release -> Setup -> App Sigining on your play console. Copy SHA1 and paste it in your Go to Console -> Select Project -> Project Settings -> Under General Tab -> Under Your Apps -> Select App -> Add SHA1 fingerprint.

    0 讨论(0)
提交回复
热议问题