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

  • Packages to Scan Barcode and QR

    flutter_barcode_scanner A plugin for Android and iOS that enables barcode scanning. Barcodes, QR codes, and other types of coding are all supported. qr_flutter A Widget or custom painter may be used to display QR codes for Flutter. qr_code_scanner The zxing library is a QR code scanner that can be integrated into flutter. It makes use…

  • Printer Packages

    blue_thermal_printer This Flutter plugin for connecting to a thermal printer via bluetooth is still in its early stages of development, but it’s already available. bluetooth_thermal_printer The library supports both 58mm and 80mm Bluetooth printers. It uses a Bluetooth printer (Android Only). It works with both 58mm and 80mm Bluetooth printers. This library does not require…

  • Animation Packages

    flutter_animate Flutter Animate is a library that makes it simple to add almost any kind of animated effect in Flutter. The library comes with a variety of pre-built effects, like fade, scale, slide, blur, shake, shimmer, and color effects (saturation and tint), that can be easily added to your app. In addition, Flutter Animate simplifies…

  • Encryption Packages

    steel_crypt The library includes a wide range of high-level, cryptographic APIs. Hashing, password hashing, two-way encryption, MAC authentication, and key/IV generation are all supported by this library. cryptography Encryption, digital signatures, key agreement, authentication, and hashing are just a few of the cryptographic methods that may be used. AES, Chacha20, ED25519, X25519, and more are…

  • Font and Emoji Packages

    font_awesome_flutter The Font Awesome Icon pack is available as Flutter Icons. It adds 1500 additional icons to your app, in addition to the default set of 500. flutter_font_icons As the name suggests, this is a collection of font icons built with Flutter. It includes all fonts from react-native-vector-icons and WeatherIcons. icon_font_generator Convert all icons in…

  • Introduction Screen Packages

    intro_slider The Flutter Intro Slider is a flutter plugin that helps you create a compelling opening for your app. flutter_intro A more efficient method for introducing new features and a step-by-step user guide for your Flutter project. introduction_screen The Flutter Onboarding/Introduction package for a flutter app with some customization possibilities animated_walkthrough An animated introduction and…