So I’m submitting an Android app that uses Firebase Auth, including the Sign in With Google Auth API. My concern is that it requires a signed APK to be usable, which will result in an error if the judges compile their own version of the app whose fingerprint isn’t signed with my Firebase instance. Does anybody know if judges compile the app locally and how to deal with it if so?
Thanks!