Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ for the contribution!

You can check out a live demo of this example [here](https://geofire.firebaseapp.com/queryBuilder/index.html).

## [securityRules - Security Rules](https://geofire.firebaseapp.com/securityRules/rules.json)
## [securityRules - Security Rules](https://geofire.firebaseapp.com/securityRules/)

It is important to protect your data with [Firebase and Security Rules](https://www.firebase.com/docs/security/).
This example contains several different versions of rules for your GeoFire index. All of the
Expand Down
6 changes: 3 additions & 3 deletions examples/fish1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<title>GeoFire fish1 Example</title>

<!-- Firebase -->
<script src="https://cdn.firebase.com/js/client/2.2.5/firebase.js"></script>
<script src="https://cdn.firebase.com/js/client/2.4.1/firebase.js"></script>

<!-- RSVP -->
<script src="js/vendor/rsvp.min.js"></script>
<script src="https://npmcdn.com/rsvp@3.1.0/dist/rsvp.min.js"></script>

<!-- GeoFire -->
<script src="js/vendor/geofire.min.js"></script>
<script src="https://cdn.firebase.com/libs/geofire/4.0.0/geofire.min.js"></script>

<!-- Custom JS -->
<script src="js/fish1.js" defer></script>
Expand Down
12 changes: 0 additions & 12 deletions examples/fish1/js/vendor/geofire.min.js

This file was deleted.

Loading