I am struggling a lot with google and Facebook sign-in in my android app. Everything works well with release build if preparing in APK format but not with.AAB format. I have followed all steps required for signing a build related to the SHA1 key.
- Setup the Firebase application
- Add the debug, release SHA1 key to the firebase
- Add the SHA1 signing key from the google play issue after uploading the app.
- Then download the google-service.json file and then prepare the bundle (.aab) but still, it's not working.
- For facebook sign in also works with release apk but not with .".aab" file
- App uploaded to google play and then download it but still, it's not working.
- I tried to debug the ".aab" and it throws the "result code 0", the debugging I have to perform on the ".aab" file through the AAB installer app.
I followed various articles on stack overflow and other sources but none of them worked. Seems problem only with Bundle (.AAB) file releases only.
Facebook login in my android app is working fine in release apk, but not working properly after publishing the same apk on play store google signIn not working in release mode apk android