Skip to content

mkobuolys/flutter-firebase-remote-config-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Firebase Remote Config demo app

Control your Flutter app on the fly with Firebase Remote Config

A Flutter Forward agenda app that covers multiple Firebase Remote Config features:

  1. Parameters;
  2. Conditions;
  3. Feature flags and staged rollouts;
  4. A/B testing.

Check the video tutorial on YouTube.

Building

You can follow these instructions to build the app and install it onto your device.

Prerequisites

If you are new to Flutter, please first follow the Flutter Setup guide.

Building and installing the app

The easiest way to get started is by cloning the repository and following the video tutorial on YouTube.

Create a new Firebase project and import the Firebase Remote Config configuration file remote_config.json from the backup directory.

Then, connect the Firebase project to the Flutter app by running the following command (replace <project_id> with your Firebase project ID):

flutterfire configure -p <project_id> -o lib/features/firebase/firebase_options.dart

Finally, run the following commands to build and install the app:

flutter pub get
flutter pub run build_runner build
flutter run

About

Flutter + Firebase Remote Config demo project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages