awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
FirebaseExtended avatar

FirebaseExtended/flutterfire

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

Flutterfire

FlutterFire es un conjunto de plugins y bibliotecas que proporcionan un SDK de Firebase para aplicaciones construidas con el framework Flutter. Funciona como un envoltorio de servicios en la nube que mapea las APIs de la nube de Firebase al lenguaje de programación Dart, permitiendo la integración del backend para almacenamiento de datos en la nube, autenticación de usuarios y ejecución de funciones sin servidor.

El proyecto utiliza una arquitectura modular basada en plugins para separar diferentes servicios en la nube en paquetes independientes. Emplea abstracciones de interfaz de plataforma e interoperabilidad nativa basada en canales de métodos para comunicarse con los SDKs nativos de Android e iOS a través de una API consistente.

El SDK cubre varias áreas de capacidad central, incluyendo la sincronización de datos en tiempo real para estados basados en documentos, gestión de identidad de usuario para sesiones seguras y gestión de archivos en la nube. También proporciona herramientas para análisis de aplicaciones móviles, entrega de notificaciones push remotas, monitoreo del rendimiento de aplicaciones y validación de integridad de aplicaciones.

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.

Historial de estrellas

Gráfico del historial de estrellas de firebaseextended/flutterfireGráfico del historial de estrellas de firebaseextended/flutterfire

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Flutterfire

Proyectos open-source similares, clasificados según cuántas características comparten con Flutterfire.
  • firebase/firebase-js-sdkAvatar de firebase

    firebase/firebase-js-sdk

    5,125Ver en 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
    Ver en GitHub↗5,125
  • invertase/react-native-firebaseAvatar de invertase

    invertase/react-native-firebase

    12,291Ver en 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
    Ver en GitHub↗12,291
  • firebase/quickstart-iosAvatar de firebase

    firebase/quickstart-ios

    3,005Ver en 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
    Ver en GitHub↗3,005
  • firebase/quickstart-jsAvatar de firebase

    firebase/quickstart-js

    5,367Ver en 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
    Ver en GitHub↗5,367
Ver las 30 alternativas a Flutterfire→

Preguntas frecuentes

¿Qué hace firebaseextended/flutterfire?

FlutterFire es un conjunto de plugins y bibliotecas que proporcionan un SDK de Firebase para aplicaciones construidas con el framework Flutter. Funciona como un envoltorio de servicios en la nube que mapea las APIs de la nube de Firebase al lenguaje de programación Dart, permitiendo la integración del backend para almacenamiento de datos en la nube, autenticación de usuarios y ejecución de funciones sin servidor.

¿Cuáles son las características principales de firebaseextended/flutterfire?

Las características principales de firebaseextended/flutterfire son: Firebase Flutter Plugins, Firebase Integration, Database Backend Integration, Realtime Synchronization, Real-time Data Synchronization, Cloud SDK Wrappers, Cloud Push Notification Deliveries, Framework-Native Bridges.

¿Qué alternativas de código abierto existen para firebaseextended/flutterfire?

Las alternativas de código abierto para firebaseextended/flutterfire incluyen: 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…