awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
FirebaseExtended avatar

FirebaseExtended/flutterfire

0
View on GitHub↗
9,222 星标·4,097 分支·Dart·BSD-3-Clause·3 次浏览firebase.google.com/docs/flutter/setup↗

Flutterfire

FlutterFire 是一组插件和库,为使用 Flutter 框架构建的应用程序提供 Firebase SDK。它充当云服务包装器,将 Firebase 云 API 映射到 Dart 编程语言,从而实现用于云数据存储、用户身份验证和无服务器函数执行的后端集成。

该项目使用基于插件的模块化架构将不同的云服务分离为独立的包。它采用平台接口抽象和基于方法通道的原生互操作性,通过一致的 API 与原生 Android 和 iOS SDK 进行通信。

该 SDK 涵盖了几个核心功能领域,包括用于基于文档的状态的实时数据同步、用于安全会话的用户身份管理以及云文件管理。它还提供用于移动应用分析、远程推送通知交付、应用程序性能监控和应用完整性验证的工具。

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.

Star 历史

firebaseextended/flutterfire 的 Star 历史图表firebaseextended/flutterfire 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

firebaseextended/flutterfire 是做什么的?

FlutterFire 是一组插件和库,为使用 Flutter 框架构建的应用程序提供 Firebase SDK。它充当云服务包装器,将 Firebase 云 API 映射到 Dart 编程语言,从而实现用于云数据存储、用户身份验证和无服务器函数执行的后端集成。

firebaseextended/flutterfire 的主要功能有哪些?

firebaseextended/flutterfire 的主要功能包括:Firebase Flutter Plugins, Firebase Integration, Database Backend Integration, Realtime Synchronization, Real-time Data Synchronization, Cloud SDK Wrappers, Cloud Push Notification Deliveries, Framework-Native Bridges。

firebaseextended/flutterfire 有哪些开源替代品?

firebaseextended/flutterfire 的开源替代品包括: 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…

Flutterfire 的开源替代方案

相似的开源项目,按与 Flutterfire 的功能重合度排序。
  • firebase/firebase-js-sdkfirebase 的头像

    firebase/firebase-js-sdk

    5,125在 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
    在 GitHub 上查看↗5,125
  • invertase/react-native-firebaseinvertase 的头像

    invertase/react-native-firebase

    12,291在 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
    在 GitHub 上查看↗12,291
  • firebase/quickstart-iosfirebase 的头像

    firebase/quickstart-ios

    3,005在 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
    在 GitHub 上查看↗3,005
  • firebase/quickstart-jsfirebase 的头像

    firebase/quickstart-js

    5,367在 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
    在 GitHub 上查看↗5,367
  • 查看 Flutterfire 的所有 30 个替代方案→