Firebase Authentication Not working in signed APK

后端 未结 4 1155
迷失自我
迷失自我 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:10

    For Windows:

    In Reality:

    keytool -list -v -keystore "E:\Google Drive\MeshstocksSyncronize\AndroidKey\BRB\bangaliRussainBusiness.jks"
    

    for Example :

    keytool -list -v -keystore "**Here is your path**"
    

    past this line to your android studio terminal.

    Follow the video for batter understanding: https://youtu.be/TYrmT8Emadg

提交回复
热议问题