I'm writing a Flutter Android app using Firebase auth.
I'm having a sign_in_failed error. I know it's because I need to add the SHA fingerprints in the Firebase console.
I was able to generate the keystore for debugging. But I have no idea how to associate this debug keystore with the Android project.
How to define which debug keystore an Android app should use?