good day. I have a login with Google in Firebase in my application, my application is already up in play store. The problem is that when I install from play store does not work the login with Google. But I tried passing through usb the generated apk to the storage of my cell phone and install the app from there and it works perfect.
I am using these permissions:
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
And also add the sha1 to my project in firebase.
Please help, I do not know what else to try.