React Native Firebase - 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
npm install @react-native-firebase/firestore---
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.
Requires @react-native-firebase/app & @react-native-firebase/auth to be installed.
``bash`
yarn add @react-native-firebase/firestore
- See LICENSE
---

Built and maintained with 💛 by Invertase.
---