Firebase Authentication Not working in signed APK

后端 未结 4 1157
迷失自我
迷失自我 2020-12-03 05:41

I\'m using Firebase Google Sign in. It works perfectly via USB debugging. But when I generate signed APK, it stops working. Its not able to sign in. Using it on Android 5.1

4条回答
  •  再見小時候
    2020-12-03 06:35

    I had the same problem and I fixed the problem using these methods.

    1. Complete app signing on your Play store console using these instructions How to enable Google Play App Signing

    2. Go to your Firebase console Settings > General > Your apps > (Select your project) then add the SHA-1 from App signing certificate from your Play store. You can get SHA-1 by going to Release management -> App signing as show in this image.

提交回复
热议问题