Skip to content

fellipeamedeiros/firebase_remoteconfig

Repository files navigation

Firebase Remote Config using flutter to A/B POC

Credentials

Insert your Firebase Optins in the main.dart file

await Firebase.initializeApp(
    options: FirebaseOptions(
      apiKey: 'API-KEY',
      appId: 'APP-ID',
      messagingSenderId: 'MESSAGESENDER-ID',
      projectId: 'PROJECT-ID',
      authDomain: 'AUTH-DOMAIN',
      storageBucket: 'STORAGE'
    ),
  );

Installation

Application requires Flutter to run.

Create a parameter (Key: Text) in remote config on Firebase Console, and start the application.

flutter run -d chrome

About

Firebase remote config using flutter to a/b test poc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published