Firebase Authentication Not working in signed APK

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

    You are having fingerprint certificate in console, but its only for debugging purposes, for signed apk you need a production fingerprint certificate, and you can get one by

     c:\Program Files\Java\jdk1.6.25\bin>keytool -list -v -keystore c:\you_key_here.key
    

提交回复
热议问题