Launch Android Studio and create a new Flutter project.
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 moreHow do you move the Google services JSON file you just downloaded into your Android app module root directory?
Show activity on this post.
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 moreHow do I use Firebase firestore in Flutter?
Firestore Tutorial for Flutter: Getting Started
Read more