firebase / geofire-js

GeoFire for JavaScript - Realtime location queries with Firebase
MIT License
1.45k stars 345 forks source link

Geofire.min.js not in CDN #181

Closed suztomo closed 5 years ago

suztomo commented 5 years ago

I'm trying to use Geofire in my hobby project. README's code did not work.

screen shot 2019-03-03 at 20 49 20

Version info

Firebase: 3.7.0

GeoFire: 5.0.1

Other (e.g. Node, browser, operating system) (if applicable):

Test case

Access https://cdn.firebase.com/libs/geofire/5.0.1/geofire.min.js in browser.

Steps to reproduce

Access https://cdn.firebase.com/libs/geofire/5.0.1/geofire.min.js in browser.

Expected behavior

Browser to show JavaScript file

Actual behavior

Browser shows 404 error.

MichaelSolati commented 5 years ago

The url seems to work, maybe it just hadn't updated in time?

suztomo commented 5 years ago

Thank you. The URL works now.