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

  • 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,…

  • Color Pickers

    o_color_picker The package includes a simple and fast two-step color picker that lets you select colors or tones. flex_color_picker The primary, accent, and custom color picker are all editable. An optional HSV wheel color picker is also available. flutter_circle_color_picker A lovely flutter color picker that chooses HSL colors. flutter_colorpicker This is a flutter library that…

  • 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…

  • 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…

  • Flutter Projects for Beginners

    If you’re just getting started with Flutter, you might be feeling a little overwhelmed. There are so many different things to learn, and it can be hard to know where to start. That’s why we’ve put together this list of 8 Flutter projects for beginners. These projects will help you get comfortable with the basics…

  • Date and Calendar Packages

    date_format The date_format is an easy-to use API that provides several constants for building your own Date format string. Use the `formatDate` method to create customised dates, and be sure they look good on any device! It provides various constants that you can use when building your Date string with the formatDate method, so it’s…