} The google-services plugin has two main functions: Process the google-services. json file and produce Android resources that can be used in your application’s code . See Adding the JSON File more information.
Read moreHow can I get Google services json?
Android – How to get the Google Services Json
Read moreWhy do we need Google services json?
What it does. So this plugin and JSON file are not essential to running or publishing your app, it is just a quickstart helper to generate some basic android-resource files for easier integration of specific Google API features .
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 more