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
You have to do nothing for your question but run the app on the android emulator or a real android device. If you have made your app and later added the dependencies
, then you need to delete the app from the device/emulator and install the app again.
By doing this, when the app runs, it passes variables from the google-services.json
file to the firebase servers and checks if the same app is communicating or not.
This step is to verify the correct installation of firebase dependencies in the app. If you find it difficult, you can skip the process anyway.