
(for example: Cloud Firestore, Authentication, Analytics, etc.). You access Firebase in your Flutter app through the variousįirebase Flutter plugins, one for each Firebase product Rebuild your Flutter application: flutter run Options: DefaultFirebaseOptions.currentPlatform, In your lib/main.dart file, import the Firebase core plugin and theĬonfiguration file you generated earlier: import 'package:firebase_core/firebase_core.dart' Īlso in your lib/main.dart file, initialize Firebase using theĭefaultFirebaseOptions object exported by the configuration file: await Firebase.initializeApp( That your Flutter app's Firebase configuration is up-to-date: flutterfire configure The core plugin: flutter pub add firebase_coreįrom your Flutter project directory, run the following command to ensure
#Flutter firebase remote config install#
Re-running the command ensures that your Flutter app's FirebaseĬonfiguration is up-to-date and (for Android) automatically adds anyįrom your Flutter project directory, run the following command to install Performance Monitoring, or Realtime Database.

#Flutter firebase remote config how to#
Note: Here are some tips about setting up andįor adding apps to a Firebase project, including how to handle Your current Flutter project configuration. If you already have apps registered in an existingįirebase project, the FlutterFire CLI will attempt to match them based on You can select either to use an existing Firebase project or to create a For each selected platform, the FlutterFire CLI creates a new

The flutterfire configure workflow does the following:Īsks you to select the platforms (iOS, Android, Web) supported in yourįlutter app. Use the FlutterFire CLI to configure your Flutter apps to connect to Firebase.įrom your Flutter project directory, run the following command to start theĪpp configuration workflow: flutterfire configure Step 2: Configure your apps to use Firebase

Install the FlutterFire CLI by running the following command from anyĭirectory: dart pub global activate flutterfire_cli Log into Firebase using your Google account by running the following Step 1: Install the required command line tools

If you don't already have a Flutter app, you can complete the GetĬreate a new Flutter app using your preferred editor or IDE. Operating system, including the following: Connect to the Cloud Functions emulator.Connect to the Cloud Storage for Firebase emulator.Connect to the Realtime Database emulator.
