Skip to content

Commit

Permalink
Update example-helper.js
Browse files Browse the repository at this point in the history
  • Loading branch information
iclems authored Dec 14, 2018
1 parent ab27dd6 commit a7302a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example-helper.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function getExampleRef() {
// Get hash from end of URL or generate a random one.

var ref = new Firebase('https://firecalc.firebaseio-demo.com');
var ref = new Firebase('https://firecalc-6281f.firebaseio.com');
var hash = window.location.hash.replace(/#/g, '');
if (hash) {
ref = ref.child(hash);
Expand Down

0 comments on commit a7302a6

Please sign in to comment.