An open API service indexing awesome lists of open source software.

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

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