-
Hey, thanks for an awesome library! I'm using Firebase Functions and testing it out the query on one of my Firestore triggers. it works great when I'm doing a simple 'near' query but as soon as I add …
-
Hi Michael or community
This is a question to help others implement, and myself. No bug, of course.
[I've edited this with improvements I am sure of to keep short... getting closer...]
Anyway, he…
-
```
exports.getData = functions.https.onRequest((req, res)=>{
cors(req, res, ()=>{
if(req.method === 'POST'){
var radius = Number(req.body.radius)
var use…
-
## Issue
On IOS When attempting to upload a file to the cloud via the `storage` API with `react-native-image-crop-picker` i am getting an Exception
`Exception 'URI must be in the form of gs:///' was…
-
I get an error every time I try to build this package in IONIC 4 app.
ERROR in node_modules/geofirestore/dist/GeoDocumentSnapshot.d.ts:18:9 - error TS1086: An accessor cannot be declared in an am…
-
## Issue
When trying to open Dynamic Links, often the App Crashes giving an exception in the FIRDynamicLinks.m
![Screenshot 2020-08-02 at 4 26 27 AM](https://user-images.githubuserco…
-
As I play with GeoFirestore (which is very cool), the data structure that it creates in firestore is like
(collection-name)
|-"geohash1"
|- d: {"my data" dictionary}
…
-
This is the `setLocation` function (copypaste) from [GeoFirestore.kt](https://github.com/imperiumlabs/GeoFirestore-Android/blob/master/geofirestore/src/main/java/org/imperiumlabs/geofirestore/GeoFires…
-
Hello,
I got a React app with GeoQuery.onSnapshot callback set and 10 docs loaded from Firestore, based on 'near' criteria. One of these docs gets deleted. The callback then reports:
- 1 'removed' c…
-
I generated some test content, plus tables of data for form elements that can be sorted by ID.
I included a toggle for each item so that it can be shown or hidden as needed).
https://www.dropbox.c…