Flutter Firebase Database not working on release after publish in Google play
and Firebase Auth working fine .
I have added the SHA from Google play console to firebase console
I have no problems when running on debug mode
Flutter Firebase Database not working on release after publish in Google play
and Firebase Auth working fine .
I have added the SHA from Google play console to firebase console
I have no problems when running on debug mode
3
Answers
by modify firebase rules works fine to me
thanks Kashif Ali Bhatti for the answer in command above.
When you publish your
apk
to thePlayStore
, you get assigned with a singing certificateSHA1
. That you have to add to your firebase console.Get
SHA Certificate
fromplaystore
and add it to thefirebase
consoleCopy and paste the SHA1 signature key generated by the google console after publishing your app.
Follow these steps:
Hope it works for you.