Google signin not working after submitting app to playstote

  1. SDK Version: 40
  2. Platforms(Android/iOS/web/all): Android and web

I recently submitted my app on Google Play Store (internal test and internal app sharing) and soon found out that google auth does not work when you get the app through Google play store.

After spending hours on this issue, I found out that Google Play Store generates a new SHA-1 certificate (app signing key certificate) and that I need to save it on my firebase android app (which I did).

I also downloaded google-services.json file from firebase and recompiled the app with it. However, Google auth is still not working.

Please help with what else need to be done.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.