diff --git a/examples/example-helper.js b/examples/example-helper.js index e441c0e..4756f87 100644 --- a/examples/example-helper.js +++ b/examples/example-helper.js @@ -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);