Register your app
Read moreHow do I add Google Analytics to my Flutter app?
How to integrate google analytics in the flutter app for both Android and IOS?
Read moreWhat is Firebase core for?
expo-firebase-core provides access to the Firebase configuration and performs initialisation of the native Firebase App .
Read moreWhat is Flutter fire?
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 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