FlutterFire is a set of Flutter plugins that enable Flutter apps to use Firebase services . You can follow an example that shows how to use these plugins in the Firebase for Flutter codelab.
Read moreHow do I add firestore to my Flutter?
Add Cloud Firestore plugin to your app
Read moreHow do I add Firebase to Flutter app?
Configuring an Android app
Read moreHow do I initialize Firebase?
Register your app
Read moreHow do you set up a FlutterFire?
If not, make sure you have node.js on your machine and Install the Firebase CLI via npm by running the following command :
Read moreWhere do I put Google-services json Flutter?
The root of your Flutter app is up at the top, but the root of the Android app is in the android folder (the folder with firetest_android). That’s the folder where you want to put the google-services. json file.
Read moreCan I use Firebase with Flutter?
Since Flutter is a multi-platform SDK, each FlutterFire plugin is applicable for both Apple and Android platforms. So, if you add any FlutterFire plugin to your Flutter app, it will be used by both the Apple and Android versions of your Firebase app .
Read more