I recently released my app on Google Play Store (internal test and internal app sharing) and soon found out that google auth does not work when I 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 followed this instruction (Google sign in not working after publishing in play store).
I also downloaded google-services.json file from firebase and recompiled the app with it. However, Google auth is still not working.
At this point, I think the problem has to do with release and debug SHA keys but I really can’t find any information about them in Expo environment. Am I supposed to create debug / release keys using Android Studio and add them to my app somehow?
I’ve been struggling with this issue for a week, and I'm very desperate for a solution. Please help!