We have set up Firebase App Check using Play Integrity in our android app. It works perfectly in release builds but I keep getting permission denied in debug builds. Here is why:
The company has a private signing key. The owner uses this key to generate release builds which are uploaded to the Google developer console. The company's developers don't have access to this key. They use another signing key in the development environment. We have added all three keys' SHA fingerprints to the Firebase project. Therefore the Google login and other services work fine both in debug and release builds. Now we noticed that Play Integrity only works with the release key (because Google Play only knows about upload and app signing keys). This means if we enforce App Check, then the debug builds will stop working. How could we escalate this issue?