About 50 results
Open links in new tab
  1. FlutterFire Overview - firebase.flutter.dev

    Welcome to FlutterFire! 🔥 FlutterFire is a set of Flutter plugins which connect your Flutter application to Firebase. Get to know Firebase for Flutter If you're new to using Firebase in Flutter we recommend …

  2. FlutterFire | FlutterFire

    The official Firebase plugins for Flutter

  3. Cloud Firestore | FlutterFire - firebase.flutter.dev

    To start using the Cloud Firestore package within your project, import it at the top of your project files:

  4. Get Started with Firebase Authentication on Flutter

    Connect your app to Firebase Install and initialize the Firebase SDKs for Flutter if you haven't already done so. Add Firebase Authentication to your app From the root of your Flutter project, run the …

  5. Using Firebase Authentication | FlutterFire

    Authentication state Firebase Auth provides many methods and utilities for enabling you to integrate secure authentication into your new or existing Flutter application. In many cases, you will need to …

  6. Cloud Messaging | FlutterFire - firebase.flutter.dev

    To start using the Cloud Messaging package within your project, import it at the top of your project files:

  7. Get Started with Realtime Database | FlutterFire

    Prerequisites Install firebase_core and add the initialization code to your app if you haven't already. Add your app to your Firebase project in the Firebase console. Create a Database Navigate to the …

  8. Firebase Cloud Messaging | FlutterFire

    Installation 1. Make sure to initialize Firebase Follow this guide to install firebase_core and initialize Firebase if you haven't already. 2. Add dependency On the root of your Flutter project, run the …

  9. Core | FlutterFire - firebase.flutter.dev

    The firebase_core plugin is responsible for connecting your Flutter app to your Firebase project. The plugin must be installed and initialized before the usage of any other FlutterFire plugins. It provides …

  10. Android Installation | FlutterFire

    Before using FlutterFire on Android, you must first connect to your Firebase project with your Android application. Generating a Firebase project configuration file On the Firebase Console, add a new …