I\'m new to android development, since a long time, I\'m stuck in one error that is Run your app to verify installation (Checking if the app has communicated with our servers. Y
I found that, even though I wasn't using Analytics (only functions and firestore), I had to add the analytics line in the build.gradle file, or:
implementation 'com.google.firebase:firebase-analytics:17.5.0'
in order for the automatic app detection to work.
I think if you know what you are doing, and don't need analytics, it is fine to just skip this step.