-
After deploying my app (that works fine locally) onto Heroku I get the following error in the console when loading main.bundle.js:
`Uncaught SyntaxError: Unexpected token export`
Here's the line whe…
-
Is there a possibility to attach onChangeListener to geoLocation? Sure there is possibility to use for example
```
DatabaseReference ref = FirebaseDatabase.getInstance().getReference(path)
…
-
Integrate project with Cocoapods
Initial pods required:
Firebase SDK
Geofire
AFNetworking
-
### Version info
**Firebase:** 3.1.0-rc.3
**GeoFire:** 4.1.1
**Other (e.g. Node, browser, operating system) (if applicable):**
### Test case
https://jsfiddle.net/u5bob/242jjbdo/
[geofire_bug.z…
u5bob updated
8 years ago
-
Hi all,
I'm upgrading my AngularFire2 + Geofire app from RC5 to final (2.0.0) and when I try to initialise the GeoFire object like so:
`new GeoFire(firebase.database().ref('/locations'));`
I get th…
-
I'm having a security issue with geofire
I have many locations that belong to different users. I wouldn't like to allow users to be able to change or remove the location of all the items for obvious …
-
Is it possible to support saving and retrieving GeoLocation like GeoFire?
-
Hello, I'm new to submitting issues to GitHub, but this has to be fixed I think.
I was getting mad on trying to figure out why my app was giving me an Exception when I was setting the GeoQuery radius…
-
Hi guys!
One question... Is possible integrate $firebaseArray with GeoFire using GeoQuery? to get messages based on locations.
Thanks in advance, Nicholls
-
Does someone have a good complete example how to use GeoFire with Swift3?
It's hard for me to find out how to use it... I think after searching a lot of newbies with firebase like I really want to h…