Top

TeamWise APP Documentation

Chat, collaborate, and create teams effortlessly with Teamwise App

Firebase Setup

    Notes:
    1. The app uses Firebase to handle and display notifications received from OneSignal.
  1. Create a Firebase project by entering your project name, accepting the Firebase terms, and clicking Continue.
  2. Open the Firebase setup page and continue with the configuration process.
  3. Enable Google Analytics if required and click Continue.
  4. Wait until Firebase finishes creating your project.
  5. Navigate to the project overview to continue the setup.
  6. Click on Project Overview and then open Project Settings.
  7. Select the Flutter icon to begin the Flutter project setup.
  8. Run the command in your project terminal.
  9. firebase login 
  10. Complete platform integration steps and proceed to the next setup page.
  11. Install FlutterFire CLI globally using Dart.
  12. dart pub global activate flutterfire_cli
    flutterfire configure --project=teamwiseapp-58d00
  13. Select the Android and IOS
  14. Add the code to your Flutter main.dart file, which you get from Firebase.
  15. Check that the google-services.json and firebase_options.dart files have been added. Once they are in place, your Firebase setup is complete.