https://github.com/geekrishabh/rn-firestore
Firestore Hocs for react native app
https://github.com/geekrishabh/rn-firestore
firebase firestore firestore-hocs googleservice hoc react-native rn-firestore
Last synced: 2 months ago
JSON representation
Firestore Hocs for react native app
- Host: GitHub
- URL: https://github.com/geekrishabh/rn-firestore
- Owner: geekrishabh
- Created: 2018-01-08T09:12:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-08T13:18:21.000Z (over 8 years ago)
- Last Synced: 2025-03-19T14:43:24.637Z (over 1 year ago)
- Topics: firebase, firestore, firestore-hocs, googleservice, hoc, react-native, rn-firestore
- Language: C
- Size: 22.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rn-firestore
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