-
Hi guys,
I have use geofire with react-native.
i have one error message "Possible Unhandled Promise Rejection" when call:
```
var geoFire = firebaseApp.geoInit("fanpages-geo"); //new GeoFire(fi…
-
Hello,
Geofire seems to be **exactly** what I am looking for for my Ionic app and I am using its Javascript library to go further.
Now I am having quite a headache for days in order to retrieve …
-
im my code I expect to get posts from my firebase database, but the onKeyEntered never called, to check if there is a problem in my code I wrote some toasts to check that, but I found that the onQuery…
-
Awesome library, looks great! I'm trying to use it instead of what I'm currently doing (run through a firebase array of clubs close to a user, calculate distances with the Haversine formula, and put …
-
I need to do pagination in the **CATileLayer** ( Blue print Map ) by using GeoQuery. But there is no more info about GeoQuery.
**Scenario** : I implemented **blue print** using CATileLayer as Map for…
-
There is an error while creating query for GeoQueries, especially near. Your example location == near([1, 2], 10) generates _{'location': SON([('$near', [1, 2]), ('$maxDistance', 10)])}_, where SON([(…
-
Update the following URL to point to the GitHub repository of
the package you wish to submit to _Bioconductor_
- Repository: https://github.com/waldronlab/curatedTCGAData
Confirm the following …
-
Update the following URL to point to the GitHub repository of
the package you wish to submit to _Bioconductor_
- Repository: https://github.com/sjczheng/EpiDISH
Confirm the following by editing…
-
Hi
I have a really simple database with 3 location objects:
My rules are the following:
And I'm trying to obtain the bars within a radius. Currently all the bars are within the radius.
o…
-
Firebase version: 3.6.1
GeoFire version: 4.1.1
db structure:
```
db
|-someData
|-key
|-activeUsers
|- key
```
My app needs to delete a key in someData if the user closes a proj…