-
EDIT I read through the post and found that such queries cannot be made.
Is there a timeline for this problem to be solved tho? This is a big requirement for an app so I'd probably have to use anoth…
-
Currently getDocuments function do not supports Codable/Decodable protocol ( It is Swift 4 biggest advantage). Currently I need to write wrapper which uses Codable protocols. Below is example (Example…
-
-
I'm trying to import locations with Geopoints, but the Geopoints are showing as Maps in Cloud Firestore
**Import Code:**
// Imports
const firestoreService = require('firestore-export-impo…
-
@mourner Thanks for this library, I love it. :)
But I have a slight issue with its integration into my project. Most other geolocation libraries I'm using are storing location data as an object, in t…
-
#### Environment details
- **OS:** Windows 10
- **.NET version:** .net core 3.0
- **NuGet package name and version:**
Google.Cloud.Firestore, 1.0.0
#### Steps to reproduce
1. Cre…
-
### [REQUIRED] Describe your environment
* Operating System version: Windows 10
* Browser version: Chrome 74
* Firebase FROM SDK version: 6.0.2
"firebase": "6.0.2",
"firebase-to…
-
I am trying to make something like this:
geofirestore.collection('locations')
.near({
center: new admin.firestore.GeoPoint(req.body.location.lat, req.body.location.lng),
radius:…
-
Hey, Great work so far and thanks for making this library!
I'm using GeoFirestore-js in a Cloud Function and I'm trying to do a simple .where. My code looks like this:
```JavaScript
const query…
-
I am using this wonderful library and it works very well but I am having a problem, the distance is broken when a query is made with listener event. It actually breaks when a new element is created, u…