---
> This is for the upcoming v6.0.0 release of React Native Firebase, please use the [react-native-firebase](https://www.npmjs.com/package/react-native-firebase) package instead, unless you're early adopting/testing the new packages - in which case please use the `latest` tagged patch-only release for this package.
Cloud Firestore is a NoSQL document database that lets you easily store, sync, and query data for your mobile and web apps - at global scale.
[> Learn More](https://firebase.google.com/products/firestore/)
## Installation
Requires `@react-native-firebase/app` & `@react-native-firebase/auth` to be installed.
```bash
yarn add @react-native-firebase/firestore
react-native link @react-native-firebase/firestore
```
## Documentation
- [Guides](https://invertase.io/oss/react-native-firebase/guides?tags=firestore)
- [Installation](https://invertase.io/oss/react-native-firebase/v6/firestore)
- [Reference](https://invertase.io/oss/react-native-firebase/v6/firestore/reference)
## License
- See [LICENSE](/LICENSE)
---