I had an app on Google Play that went live but when the 1st customer who installed it couldn't sign into the app, I was advised by another developer to generate a signed APK (filename: app-release.apk) and then drag it onto my emulator for testing. I did this and I got an error when trying to sign in, so I unpublished the app until I fix this.
I then tried by building an APK which gave me a file: app-debug.apk. I dragged this onto my emulator and was able to sign in with no issues.
What might I be doing wrong?
When I run the app from Android Studio onto the emulator, it runs fine, and signs me into my Firebase Database authenticated accounts.