Skip to content

Repository files navigation

flutter_learner_app

Firebase Setup

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.

Required Files

Android

Place the Firebase configuration file at:

android/app/google-services.json

iOS (if applicable)

Place the Firebase configuration file at:

ios/Runner/GoogleService-Info.plist

Flutter Firebase Configuration

Generate the Firebase options file using the FlutterFire CLI:

dart pub global activate flutterfire_cli
flutterfire configure

This will generate:

lib/firebase_options.dart

Install Dependencies

flutter pub get

Run the Application

flutter run

Notes

  • 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.

Ignored Files

The following files are intentionally ignored:

android/app/google-services.json
ios/Runner/GoogleService-Info.plist
lib/firebase_options.dart
serviceAccountKey.json

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages