---
title: Cloud Firestore
description: Cloud Firestore is a scalable NoSQL cloud database to store and sync data for client and server-side development.
---
# Cloud Firestore
Cloud Firestore is a NoSQL cloud database to store and sync data between your React Native application
and Firebase's database. The API matches the Firebase Web SDK whilst taking advantage of the native SDKs
performance and offline capabilities.
## Getting Started
Install & start syncing realtime data in minuties with our quick start guide.
Cloud Firestore offers a range of powerful features. Our guides cover both beginner and advanced topics
to get started with.
The Cloud Firestore reference API mimics that of the Firebase Web SDK. Our reference documentation covers
every aspect of the module.
## 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-firestore)
- [Github Issues](https://github.com/invertase/react-native-firebase/issues?utf8=%E2%9C%93&q=is%3Aissue+sort%3Aupdated-desc+label%3Afirestore+)
- [Firebase Documentation](https://firebase.google.com/docs/firestore?utm_source=invertase&utm_medium=react-native-firebase&utm_campaign=firestore)