Files
react-native-firebase/docs/database/index.md

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>
<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/issues?utf8=%E2%9C%93&q=is%3Aissue+sort%3Aupdated-desc+label%3Adatabase+)
- [Firebase Documentation](https://firebase.google.com/docs/functions?utm_source=invertase&utm_medium=react-native-firebase&utm_campaign=database)