Firestore Hocs for react native app This App is an example for using firestore as a HOC in your React Native App . You can pass the query , document & subscribe to the collections .
Steps To run the App
git clone https://github.com/GeekRishabh/rn-firestore.git
cd rn-firestore
npm install or yarn
react-native link
react-native run-ios for IOS
react-native run-android for Android
Make sure that you replace google-services.example.json with google-services.json for you app in andorid/app for Android & GoogleService-Info.example.plist with GoogleService-Info.plist in ios/example folder