You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update install instructions
- make `npm install` the default
- remove `cdn.firebase.com` because it is [deprecated](https://github.com/firebase/firebase-clients#updating-content)
- add instructions for self-hosting the library
- move `bower install` to the bottom
* update ToC link
The Firebase JS SDK is a peer dependency of GeoFire. Run the following command to install both libraries:
32
33
33
-
In order to use GeoFire in your project, you need to include the following files in your HTML:
34
+
```bash
35
+
$ npm install geofire firebase --save
36
+
```
37
+
38
+
### HTML
39
+
40
+
Alternatively, you can include GeoFire in your HTML. To do so download a minified or non-minified version of GeoFire from the [releases page of this GitHub repository](https://github.com/firebase/geofire-js/releases). Then, deploy it to Hosting in your Firebase project.
0 commit comments