FlutterFire
A collection of Firebase plugins for Flutter apps
FlutterFire is a collection of Flutter plugins that integrate Firebase services into Flutter applications. It provides modular plugins (e.g. firebase_auth, cloud_firestore, firebase_messaging, etc.) such that apps only include what they need. The central plugin is firebase_core, which initializes the Firebase app instance. Through FlutterFire, developers can use authentication, real-time database, Firestore, cloud functions, analytics, messaging, storage, and more from their Flutter code...