Geofire example to pull data from Firebase and populate markers on Google maps

2.3k Views Asked by At

Can anyone point us to an example that pulls Geofire location data stored in Firebase and, not use the data to write to console.log, but use the data to populate markers on Google Maps. We followed the documentation on line but couldn't even get the red circle to appear on Google map. Thank you in advance.

1

There are 1 best solutions below

0
On

There is a full example on the GeoFire for JavaScript GitHub repo. The marker generation happens with the on("key_entered") callback in js/sfVehicles.js.