geofire-js
geofire-js copied to clipboard
Correct constructor syntax
Description
I'm updating the documentation to have the constructor new geofire.GeoFire() instead of new GeoFire(), since when I used new GeoFire(), it said GeoFire is not defined, but looking at some of the examples, it seems that the constructor has been updated to new geofire.GeoFire(), so I switched it to that, and it works.
Thanks for reading. Hope you have a great day. :)