diff --git a/README.md b/README.md index a80c592..dfc8234 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ allow you to use regular `Backbone.Sync` based synchronization methods. ## Live Demo -Play around with our [realtime Todo App demo](http://firebase.github.io/backfire/examples/todos/) +Play around with our [realtime Todo App demo](https://backbonefire.firebaseapp.com) which was created using BackFire. diff --git a/examples/todos/index.html b/examples/todos/index.html index d221add..46f7ca7 100644 --- a/examples/todos/index.html +++ b/examples/todos/index.html @@ -47,10 +47,10 @@

Todos

- + - + diff --git a/firebase.json b/firebase.json new file mode 100644 index 0000000..a6a13c4 --- /dev/null +++ b/firebase.json @@ -0,0 +1,9 @@ +{ + "firebase": "backbonefire", + "public": "examples/todos", + "ignore": [ + "firebase.json", + "**/.*", + "**/node_modules/**" + ] +}