/Flutter-Starter

A Flutter Template to get started quickly

Primary LanguageObjective-C

starter

A new Flutter project.

Prerequisites

  • Install the flutterfire_cli
dart pub global activate flutterfire_cli
  • Run the configure command, select the Firebase project and platforms
flutterfire configure
  • Download the configuration file from the Firebase Console
    • For Android
      • google-services.json Add this file into the android/app directory.
    • For iOS
      • GoogleService-Info.plist Add this file into the ios/runner directory.