Martin Bramwell
Martin Bramwell
Hey, So basically geofire doesnt have save capability, thats provided by firebase itself. What you'll need to do (for now at least) is save the document as normal, and in...
Hi, Please check the docs. You need to give GeoFire your collection reference rather than your database `private CollectionReference myCollection = db.collection("myCollection");` `private GeoFire geoFire = new GeoFire(myCollection);`
Hi, I've just updated the docs in the readme. Please check those. You'll need to use standard Firestore utilities to store your document first. GeoFire only updates the geoFireLocation field....
I'm going to close this issue, as I believe you should now have all the information you need. To summarise: - Save your object using standard Firestore utilities, and in...
Hi. You are not implementing the listener. As the message tells you, you need to implement SetLocationListener. Thanks, Martin
Okay, let me have a look. If you've implemented everything correctly then it seems there could be an issue. Leave it with me and I'll have a look ASAP.