Just go to your build. gradle (module app) and comment out most of them or all of them (to find out which one) , sync again ignore all error for now and try connecting to firebase again if it’s successful then you can go back to your build. gradle and uncomment them to fix errors.31 Tem 2020
Read moreHow do you resolve Gradle build issues and resync?
You can resolve this error message by adding the system property -Djava.
Read moreCan’t connect to firebase in Android Studio?
You will receive this error if you have open different accounts between Android Studio and Firebase . Because the Firebase assistant attempts to contact the Firebase service with your account registered in Android Studio. You can resolve this error by selecting the Add account option in Android Studio.
Read moreWhere is Firebase JSON file in Flutter?
Downloading the Config File The next step is to add the Firebase configuration file into our Flutter project. This is important as it contains the API keys and other critical information for Firebase to use. Next, move the google-services. json file to the android/app directory within the Flutter project .
Read moreShould Google services json be hidden?
It should be considered confidential . The json file that is generated contains an api_key that you can use to send push notifications. As you can see in this post, the api key just identifies your Firebase project on the Google servers. It is not a security risk for someone to know it.
Read moreWhere to put Google services json in react native?
Go to Project Settings and under the General tab. Click on Your Apps , add an Android application, and download your google-services. json file – you need to put this in the root of your projects android directory .
Read moreHow do I get Google services json for Flutter?
Android – How to get the Google Services Json
Read more