How do you move the Google services JSON file you just downloaded into your Android app module root directory?
Show activity on this post.
Read moreWhere do I put Google services JSON file in Flutter project?
Android – How to get the Google Services Json
Read moreWhere do I put Google services json?
Adding the JSON File The google-services. json file is generally placed in the app/ directory (at the root of the Android Studio app module) .
Read moreShould I push Google services json?
json should be committed to source control in a public open source repo . And in the vast majority of cases the answer is definitely NO – unless the repo owner wants the whole world to use their Google account API quota by default.
Read moreCan I use DART with Firebase?
dart and package:firebase/firestore. dart are wrappers over the Firebase JS API . For the Dart VM and Fuchsia: package:firebase/firebase_io.
Read moreIs Flutter compatible with Firebase?
Firebase supports Flutter . For more information, see: The FlutterFire site.
Read more