In Firebase Option Android Studio when I click on \"connect to firebase\" I am getting the following error.
\"google-services.json\" was found, but it ind
In my case my URL of my main activity was different from that of my googleServices.json file. I will advise you to just copy from your googleServices.json file and paste in your MainActivity.java (Make sure both URLs are exactly the same).
googleServices.json
MainActivity.java