awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
FirebaseExtended avatar

FirebaseExtended/flutterfire

0
View on GitHub↗
9,222 stars·4,097 forks·Dart·BSD-3-Clause·3 vuesfirebase.google.com/docs/flutter/setup↗

Flutterfire

FlutterFire est un ensemble de plugins et de bibliothèques qui fournissent un SDK Firebase pour les applications construites avec le framework Flutter. Il fonctionne comme un wrapper de services cloud qui mappe les API cloud Firebase vers le langage de programmation Dart, permettant l'intégration backend pour le stockage de données cloud, l'authentification des utilisateurs et l'exécution de fonctions serverless.

Le projet utilise une architecture modulaire basée sur des plugins pour séparer les différents services cloud en packages indépendants. Il emploie des abstractions d'interface de plateforme et une interopérabilité native basée sur des canaux de méthode pour communiquer avec les SDKs natifs Android et iOS via une API cohérente.

Le SDK couvre plusieurs domaines de capacités clés, incluant la synchronisation de données en temps réel pour l'état basé sur les documents, la gestion de l'identité utilisateur pour les sessions sécurisées et la gestion de fichiers cloud. Il fournit également des outils pour l'analyse d'applications mobiles, la livraison de notifications push à distance, le monitoring de performance des applications et la validation de l'intégrité des applications.

Features

  • Firebase Flutter Plugins - Provides the official collection of plugins for integrating Firebase cloud services into Flutter applications.
  • Firebase Integration - Integrates comprehensive Firebase services for authentication, data management, and analytics within Flutter applications.
  • Database Backend Integration - Provides connectivity to remote Firebase databases to decouple application state from the client container.
  • Realtime Synchronization - Uses continuous data streams to automatically push remote database updates to the user interface.
  • Real-time Data Synchronization - Keeps local data stores in sync with distributed document-based network state in real time.
  • Cloud SDK Wrappers - Provides a set of Dart wrappers that simplify interaction with Firebase cloud SDKs.
  • Cloud Push Notification Deliveries - Sends cloud-based messages to mobile devices to alert users and drive engagement in the background.
  • Framework-Native Bridges - Uses asynchronous binary bridges to communicate between the Flutter framework and native Android and iOS SDKs.
  • Mobile Authentication - Manages user identities and secure sessions across mobile platforms to restrict access to private data.
  • User Identity Management - Manages user profiles and secure sessions across devices to protect private application data.
  • Cross-Platform Abstractions - Defines unified Dart interfaces that abstract platform-specific implementations of Firebase SDKs.
  • Modular Plugin Architectures - Organizes different cloud services into independent, modular packages that can be added to projects individually.
  • Cloud File Management - Provides interfaces for storing and retrieving large binary files through a scalable cloud storage system.
  • Serverless Function Executions - Enables the execution of backend code in response to specific events or direct client requests.
  • Mobile App Analytics - Tracks user behavior, screen views, and session engagement to monitor application health and stability.
  • Push & Notifications - Delivers cloud-based messages and data payloads to mobile devices to drive user engagement.
  • Remote App Configurations - Updates application behavior and visual styles in real-time over-the-air without requiring new store releases.
  • Asynchronous Future APIs - Implements non-blocking handles for tracking the status of long-running cloud network operations.
  • Application Performance Monitoring - Tracks runtime crashes and measures execution speed to monitor and improve application stability and performance.
  • User Behavior Analytics - Tracks user interaction events and engagement metrics to analyze how users behave within the application.
  • Developer Utilities - Firebase Analytics API integration.
  • Mobile SDKs and Plugins - Collection of official Firebase plugins for Flutter.

Historique des stars

Graphique de l'historique des stars pour firebaseextended/flutterfireGraphique de l'historique des stars pour firebaseextended/flutterfire

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Flutterfire

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Flutterfire.
  • firebase/firebase-js-sdkAvatar de firebase

    firebase/firebase-js-sdk

    5,125Voir sur GitHub↗

    This is a backend-as-a-service SDK that connects web and mobile applications to a suite of cloud services. It provides a unified interface for managing user identity, executing serverless logic, and handling cloud object storage. The toolkit is characterized by its real-time data synchronization, which allows NoSQL document data to stay consistent across multiple clients with built-in offline persistence. It facilitates secure user access through a variety of identity providers and manages serverless function invocation to execute backend logic in response to HTTPS requests or database events

    TypeScriptfirebasefirebase-authfirebase-authentication
    Voir sur GitHub↗5,125
  • invertase/react-native-firebaseAvatar de invertase

    invertase/react-native-firebase

    12,291Voir sur GitHub↗

    react-native-firebase is a modular set of libraries that integrates Firebase cloud services into cross-platform mobile applications. It serves as a native-SDK wrapper, mapping JavaScript method calls to native iOS and Android Firebase SDKs via the React Native bridge to provide a type-safe interface for mobile backend integration. The project enables connectivity to a wide array of cloud services, including user authentication and identity management, NoSQL cloud databases with real-time synchronization, and scalable cloud storage for media files. It also provides tools for sending push notif

    TypeScript
    Voir sur GitHub↗12,291
  • firebase/quickstart-iosAvatar de firebase

    firebase/quickstart-ios

    3,005Voir sur GitHub↗

    This project provides reference implementations for integrating iOS applications with Firebase backend services. It covers the setup of user authentication, real-time data synchronization, and cloud storage for mobile clients. The repository demonstrates the use of a serverless mobile backend, including the execution of cloud functions and the management of remote application configurations. It also includes implementations for identity verification using Google accounts and the delivery of mobile push notifications. The codebase covers broader capability areas such as application stability

    Swiftfirebaseios
    Voir sur GitHub↗3,005
  • firebase/quickstart-jsAvatar de firebase

    firebase/quickstart-js

    5,367Voir sur GitHub↗

    This project is a collection of reference implementations, sample code, and starter kits for integrating Firebase backend services into web applications using the JavaScript SDK. It serves as a practical guide for bootstrapping projects with cloud-hosted authentication, databases, and serverless logic. The repository provides specific examples for implementing real-time data synchronization, user identity management, and event-driven cloud functions. It also includes reference code for using local service emulators to test cloud functionality on a local machine before production deployment.

    TypeScript
    Voir sur GitHub↗5,367
Voir les 30 alternatives à Flutterfire→

Questions fréquentes

Que fait firebaseextended/flutterfire ?

FlutterFire est un ensemble de plugins et de bibliothèques qui fournissent un SDK Firebase pour les applications construites avec le framework Flutter. Il fonctionne comme un wrapper de services cloud qui mappe les API cloud Firebase vers le langage de programmation Dart, permettant l'intégration backend pour le stockage de données cloud, l'authentification des utilisateurs et l'exécution de fonctions serverless.

Quelles sont les fonctionnalités principales de firebaseextended/flutterfire ?

Les fonctionnalités principales de firebaseextended/flutterfire sont : Firebase Flutter Plugins, Firebase Integration, Database Backend Integration, Realtime Synchronization, Real-time Data Synchronization, Cloud SDK Wrappers, Cloud Push Notification Deliveries, Framework-Native Bridges.

Quelles sont les alternatives open-source à firebaseextended/flutterfire ?

Les alternatives open-source à firebaseextended/flutterfire incluent : firebase/firebase-js-sdk — This is a backend-as-a-service SDK that connects web and mobile applications to a suite of cloud services. It provides… invertase/react-native-firebase — react-native-firebase is a modular set of libraries that integrates Firebase cloud services into cross-platform mobile… firebase/quickstart-ios — This project provides reference implementations for integrating iOS applications with Firebase backend services. It… firebase/quickstart-js — This project is a collection of reference implementations, sample code, and starter kits for integrating Firebase… firebase/flutterfire — FlutterFire is a collection of official plugins that integrate Firebase backend services into Flutter applications. It… firebase/quickstart-android — This repository provides a collection of starter templates, reference projects, and implementation guides for…