-
![screenshot_2018-08-07-13-07-15](https://user-images.githubusercontent.com/41745899/43761510-eabfb844-9a42-11e8-9f15-e111f21aab4d.png)
### Here is my code:
```
const db = firebase.firestore();
…
-
I am getting this strange issue:
![whatsapp image 2018-08-20 at 1 01 33 am](https://user-images.githubusercontent.com/9552894/44312623-a76c6480-a414-11e8-8958-2f81408cd61b.jpeg)
"dependencies": …
-
I used this library in my Firebase Function 1 month ago. It used to work until a recent npm install. I'm unable to trace which update cause the problem, but when I deploy these are the errors I get:
…
-
this one works
`const query = ref => ref.limit(4)`
`const geoQuery = geofirestore.query({ center, radius, query })`
this one doesn't
`const query = ref => ref.orderBy('d.createdAt', 'desc')`
`c…
-
Hello, I'm still struggling with this, maybe you can help,
![image](https://user-images.githubusercontent.com/11727994/41499623-35c63e46-7183-11e8-8f16-ff7e7669f10b.png)
When I execute 'npm run…
-
I keep getting the following error messages. I'm running firebase version "version": "5.3.0". Can you please let me know what i'm doing wrong? My code is below. The error stems from the first line.
…
-
Cheers for this awesome library, I have already tried it and it was awesome. I am storing the geofirestore locations on the same collection so doing a query will return me the document snapshots. Is t…
-
Hi,
I'm listening for documents with a fixed query that won't change. But when I remove a document that affects the query results, "ready" event gets fired before "key_exited".
Is that the righ…
-
Loving the library so far, just having one issue!
After using .add(), the document appears correctly in the database. On .then, the docRef is also correct. However, using .set() on the document doe…
24dev updated
6 years ago
-
With the current setup I found the library using, if am storing the geofirestore locations on the same collection as my documents, doing a query will return all documents which match, but on large col…