Packages to Work with Firebase

firebase

Web and server libraries for Dart’s Firebase framework

firebase_core

The Firebase SDK for Flutter allows you to link your application to many different Firebase applications.

cloud_functions

A Firebase Cloud Functions plugin for Flutter.

fcm_config

This flutter package integrates firebase_messaging and flutter_local_notifications.

firebase_auth_oauth

OAuth sign-in flows are made easy with this Flutter plugin that uses FirebaseAuth to enable you to log in using OAuth. It also has support for Sign in by Apple for Firebase, which makes it easier than ever to use your existing credentials with third-party apps.

firebase_storage

A simple and customizable plugin for Firebase Cloud Storage, a powerful, flexible, and cost-effective Android and iOS object storage solution.

firebase_auth

The Firebase Authentication Flutter plugin allows you to authenticate users on Android and iOS using passwords, phone numbers, and identity providers such as Google, Facebook, and Twitter.

firebase_messaging

Firebase Cloud Messaging is a cross-platform messaging platform that lets you send messages across Android and iOS with confidence. This plugin will help with the serivce’s integration.

firebase_analytics

An analytics solution that uses the Flutter plugin for Google Analytics for Firebase to report on app usage and user engagement on Android and iOS.

firebase_database

The Google Play Services SDK for Flutter enables you to use the Firebase Database plugin, a cloud-hosted NoSQL database with realtime data sync across Android and iOS clients, and offline access.

firebase_performance

Measurement for Google Performance Monitoring for Firebase is a plugin that works with Flutter, a mobile app development framework developed by Google.

firebase_image

A Flutter ImageProvider for Firebase Cloud Storage image objects that has been cached.

flamingo

This is the Firebase Firestore Model Framework Library, which allows you to manage document and collection references. It also has a Cloud Storage and Firestore API interface.

Similar Posts

  • Chart and Graph Packages

    We will go over some of the best Flutter packages that create charts and graphs so that you don’t have to waste time searching them out. graphic Graphic is the perfect Flutter library for anyone looking to visualize data in a clear, concise way. With its easy-to-use charting library, you’ll be able to create stunning…

  • Authentication Packages

    google_sign_in A Google Sign-In authentication system for signing in with a Google account on Android and iOS using the Flutter plugin. http_auth The library deploys a HTTP basic or digest authentication from Dart. firebase_auth The Flutter plugin for Firebase Auth enables Android and iOS authentication using passwords, phone numbers, and identity providers like Google, Facebook,…

  • Shared Preferences Packages

    shared_preferences The Flutter plugin for reading and writing simple key-value pairs wraps NSUserDefaults on iOS and SharedPreferences on Android. rx_shared_preferences Preference updates for the rxdart streaming service are communicated via Reactive Streams. The SharedPreference wrapper is reactive stream rxdart. A stream-based wrapper around shared preferences that allows for reactively stored key-value pairs. shared_preferences_dtx The shared…

  • Clipboard Packages

    A clipboard is one of the most important tools for a mobile phone user. A clipboard is a place where you can store information that you need quick access to or from. You can use those items to copy and paste them into a word processor, mail, chat program, or other function. clipboard This is…

  • Image Libraries

    octo_image The octo_image is a Flutter image widget that may perform various tasks. Placeholders, error indicators, and image transformers with fading are all supported. A placeholder, a progress indicator, an ImageBuilder, or an error widget is required for the OctoImage widget to display the picture. A placeholder or a progress indication may be used, as…