-
Updated
Apr 7, 2022 - TypeScript
{{ message }}
Realm is a mobile database: a replacement for SQLite & ORMs
The official Angular library for Firebase.
Realm is a mobile database: an alternative to SQLite & key-value stores
Hooks, Context Providers, and Components that make it easy to interact with Firebase.
Realtime JavaScript Backend.
Firebase Admin Node.js SDK
Core database component for the Realm Mobile Database SDKs
The officially supported adapter for using Firebase with Ember
How to contribute to this issue:
#58 in the PR description so we can track which componentAn algorithm to optimize database queries that run multiple times
A Laravel package for the Firebase PHP Admin SDK
A highly-configurable, distributed, realtime database that manages a state tree shared among many peers.
iOS - Real-time messaging app
Kotlin Multiplatform and Android SDK for the Realm Mobile Database: Build Better Apps Faster.
A library that provides an embeddable, persistent key-value store for fast storage optimized for AWS
Realm is a mobile database: a replacement for SQLite & ORMs.
Firebase Admin Java SDK
SapphireDb Server, a self-hosted, easy to use realtime database for Asp.Net Core and EF Core
React
Tracking of issues related to the Realm Object Server and other general issues not related to the specific SDK's
An effort to bring Google's Firebase C++ API to Qt + QML
Manage state with finesse
React Query hooks for managing asynchronous operations with Firebase. Supports Authentication, Analytics, Firestore & Realtime Database.
FeedFire is a project to help developers integrate with Google Firebase.
A Symfony Bundle for the Firebase PHP Admin SDK
A Hybrid Serving & Analytical Processing Database.
Add a description, image, and links to the realtime-database topic page so that developers can more easily learn about it.
To associate your repository with the realtime-database topic, visit your repo's landing page and select "manage topics."
Enhancement
Currently, for a clone task, the client first gets a list of files, then for each file, get file length first then download the file, this can be optimized, when getting file list, also add file length information, so we don't need to get file length later.