mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-03 22:48:36 +08:00
1.4 KiB
1.4 KiB
title, description
| title | description |
|---|---|
| Realtime Database | Store and sync data with our NoSQL cloud database. Data is synced across all clients in realtime, and remains available when your app goes offline. |
Realtime Database
The Firebase Realtime Database is a cloud-hosted database. Data is stored as JSON and synchronized in realtime to every connected client. React Native Firebase provides native integration with the Android & iOS Firebase SDKs, supporting both realtime data sync and offline capabilities.
Getting Started
Install & Getting started with Realtime Database. The API reference covers every aspect to successfully integrate your application with Cloud Firestore.Learn more
Our documentation is a great place to start, however if you're looking for more help or want to help others, check out the resources below: