-
Someone, please confirm if it's worked for you.
-
Hi, i've install firebase via cocoapods
![screen shot 2017-02-10 at 4 58 13 pm](https://cloud.githubusercontent.com/assets/3115658/22822512/59df8a02-efb2-11e6-9187-bed64afdc956.png)
then i install G…
-
New version of nativescript-firebase has moved to the 4.xx version of Firebase.
Looks like for IOS the geofire plugin works fine just by changing the commit in the podspec to use "96d6463f59016785f…
kilka updated
7 years ago
-
-
Right now geofire enables me to find points within a certain radius.
I think a query like "find the 10 points that are cosest to me" could also be useful.
-
Is tha latest geofire java version (2.1.1) is compatible with latest Firebase android sdk?
-
When I tried to put the template security rules found in the rules.json file into the firebase console I get the following error:
Error saving rules - Line 1: mismatched input '{' expecting {'funct…
-
- Try to leverage the consuming resources on demanding geoitems and places data to geofire.
-
Hi
I have a firebase of 10k records with lat and lng. I now want to use geofire and need to get the lat and lng to geofire 'format' (g,i(0,1).
But I have no clue on how to do that!
-
Hello, I am basically trying to pass location as variables to the query function.
So instead of hardcoding the center array like this:
```
const geoQuery = geoFire.query({
center: [37…