This repository does not include Firebase configuration files because they contain private company credentials.
Before running the application, obtain the required Firebase configuration files from your project administrator or create them using your own Firebase project.
Place the Firebase configuration file at:
android/app/google-services.json
Place the Firebase configuration file at:
ios/Runner/GoogleService-Info.plist
Generate the Firebase options file using the FlutterFire CLI:
dart pub global activate flutterfire_cli
flutterfire configureThis will generate:
lib/firebase_options.dart
flutter pub getflutter run- Firebase configuration files are intentionally excluded from version control.
- Contact the project administrator to obtain the required configuration files.
- Do not commit Firebase credentials or service account keys to public repositories.
The following files are intentionally ignored:
android/app/google-services.json
ios/Runner/GoogleService-Info.plist
lib/firebase_options.dart
serviceAccountKey.json