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

*爱你&永不变心* 提交于 2019-12-06 01:07:59

问题


Firebase phone authentication not working after .apk released in play store even after I have updated sha1 in firebase console after that I have generated google-services.json again and updated json file in android studio project.

There was many other sha1 was also present in firebase console project setting should I delete them before generating new google-services.json


回答1:


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

Released Management->App Sigining on your play console. Copy it and paste it in your firebase app -> project settings -> add sha1 fingerprint.

Although, it's been 15 days but I hope it still helps.



来源:https://stackoverflow.com/questions/46772115/firebase-phone-authentication-not-working-after-apk-released-in-play-store-even

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!