-
```
const geoFirestoreInstance = new GeoFirestore(firestore());
const geocollection = geoFirestoreInstance
.collection('collectionName')
.where('isOnline', '==', 1)
.where('upda…
-
The errors:
```
➜ functions git:(master) ✗ yarn build
yarn run v1.19.1
$ tsc
node_modules/@types/node/assert.d.ts:47:14 - error TS2300: Duplicate identifier 'internal'.
47 export = intern…
-
Hello, thanks for this wonderful library. I recently switched from geofirex which allowed me to have multiple geo hashes per document which was really handy but in this case it's not very evident on h…
-
Hi, My app use extensive amounts of geoQuery in geofire.js
I have been wondering what would be a good way to use geoFire with this module so that the result syncs with the redux state.
Please su…
-
https://github.com/geofirestore/geofirestore-js/blob/1350bc8b579107864f597df706d49b9710928246/src/GeoQuery.ts#L165
-
I have spent the a good few hours trying to figure out why I couldn't have .near and .where to work together, the error message I get is
`[Unhandled promise rejection: FirebaseError: Invalid query…
-
This is more of a question than a bug. I noticed that the document
needs to follow a specific structure. So, new projects most likely
use firestore as opposed to realtime database. Hence, most use-c…
-
hii all
im using geofirestore and in my usege i try to add new document to my DB.
i do it as mention in the examples with the add functonality and in the data object i want to add an array with poin…
-
My goal is to have a map that shows filtered markers from geo firestore, and the same filtered results in listview tiles below the map. I've gotten the markers on the map working perfectly.
popul…
-
Hi all.
I'm using firebase v6.3.1.
But, There's some issue to create GeoFirestore, I think.
```
(alias) const firestore: ReactNativeFirebase.FirebaseModuleWithStaticsAndApp
import firestore…