MichaelSolati / geofirestore-js

Location-based querying and filtering using Firebase Firestore.
https://geofirestore.com
MIT License
505 stars 58 forks source link

React Redux Firebase #194

Closed emersonlaurentino closed 4 years ago

emersonlaurentino commented 4 years ago

Hi, I am using react-redux-firebase and in my application, I need fetch documents by geolocation, so I am here.

I want to know if there is an integration between the two?

MichaelSolati commented 4 years ago

@emersonlaurentino I think this would be better suited as a stack overflow question, this library exists only as a wrapper for the Firestore library from firebase and firebase-admin and is not designed to work with other Firestore/Firebase libraries.

I unfortunately don't know how I'd be able to help set this up.