mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-11 11:29:13 +08:00
44 lines
1.4 KiB
Markdown
44 lines
1.4 KiB
Markdown
---
|
|
title: Realtime Database
|
|
description: 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.
|
|
|
|
<Youtube id="U5aeM5dvUpA" />
|
|
|
|
## Getting Started
|
|
|
|
<Grid columns="2">
|
|
<Block
|
|
icon="build"
|
|
color="#ffc107"
|
|
title="Quick Start"
|
|
to="/quick-start"
|
|
>
|
|
Install & Getting started with Realtime Database.
|
|
</Block>
|
|
<Block
|
|
icon="layers"
|
|
color="#03A9F4"
|
|
title="Reference"
|
|
to="/reference"
|
|
>
|
|
The API reference covers every aspect to successfully integrate your application with
|
|
Cloud Firestore.
|
|
</Block>
|
|
</Grid>
|
|
|
|
## 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:
|
|
|
|
- [Stack Overflow](https://stackoverflow.com/questions/tagged/react-native-firebase-database)
|
|
- [Github Issues](https://github.com/invertase/react-native-firebase/labels/Service%3A%20Database)
|
|
- [Firebase Documentation](https://firebase.google.com/docs/database?utm_source=invertase&utm_medium=react-native-firebase&utm_campaign=database)
|