-
Hello! Sorry for basic question, but can't get my code to work.
Problem: I have two ways of calling updateCriteria method, but only first one triggers updates:
1. Updating center and distance
```…
-
If I try to do a simple query with a where clause like
```
.where('date', isGreaterThan: Timestamp.fromDateTime(DateTime.now())
```
I get the following error:
```
Error: Argument "value" …
-
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.
…
-
Hello, firstly thanks a lot for this plugin, it's very useful and it works perfectly!. Secondly, i need help. I want to use `getDataInArea` method with `orderBy` from `Firebase`. I need to get `items`…
-
I want to wrap your library in a google cloud function and return an array with the results to the client.
I do the following setup.
```
const geoQuery = geofire.query({
center: [p…
-
Hello! I'm trying to use this library in my Angular project, but I can't find any explicit example in the documentation, so I'm asking here if you have some time for me:
I have a "users" collection …
-
Hi Michael
first up, thank you for putting together this library. I'm pretty new to coding generally, and I appreciate how much work must go into stuff like this.
I'm trying to make this library …
-
I'm trying to use multiple constrains but it's not working. please help.
![help print](https://user-images.githubusercontent.com/40797880/45987118-30933e80-c046-11e8-9bd1-b411a4cc1269.png)
Coo…
-
### [READ] Step 1: Are you in the right place?
* For issues or feature requests related to __the code in this repository__
file a Github issue.
* If this is a __feature request__ make s…
-
Hi,
We are currently building an app using Flutter and one of our key functionality is getting nearby Restaurant records within the area of the mobile user's location from Firestore. Our main probl…