I'm developing an android app in which I would like to save the data with GeoFire
location and then fetch it according to the location.
The problem is that I'm not sure how to save the data along with GeoFire
location, though I'm able to save it using .push().setValue()
method.
I actually have no code as I'm clueless how to do what I want.
Please let me know.
Sorry, if question seems badly formatted. I'm still a beginner here.