FlutterFire 是一组插件和库,为使用 Flutter 框架构建的应用程序提供 Firebase SDK。它充当云服务包装器,将 Firebase 云 API 映射到 Dart 编程语言,从而实现用于云数据存储、用户身份验证和无服务器函数执行的后端集成。
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 的开源替代品包括: 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…
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
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
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
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.