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
For me, the problem was that I had a wrong "google-service.json" file in my project.
(I signed in to Android Studio & Firebase Console)
If you are like me, you need this.
① delete all "google-service" file. You can easily find it by [Ctrl + shift + n] and put the file name in.
② Go to Firebase Console → Setting → App setting → app card below, now you can find "goole-service.json" file that is customized for your project. Download it.
③ Copy the new file and paste it in your Project. (Project → app → here!!!)
④ Go to Firebase assistant and click "connect to Firebase"