I have stored Geofire coordinates in database and now I\'m trying to retrieve them using childEventListener() like this:
Geofire
childEventListener()
mDatab
Can you please Try Following.
final HashMap taskMap = (HashMap) objectMap.getValue(); double lat = Double.parseDouble(taskMap.get("0")); double lng = Double.parseDouble(taskMap.get("1"));