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'
),
);
Application requires Flutter to run.
Create a parameter (Key: Text) in remote config on Firebase Console, and start the application.
flutter run -d chrome