We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d65a4e6 commit f4bee37Copy full SHA for f4bee37
README.md
@@ -57,6 +57,15 @@ var vm = new Vue({
57
})
58
```
59
60
+**About the cancelCallback**: This callback is actually an error handler that
61
+is called if the read/write doesn't succeed. You can of course also use it with
62
+`asObject: false` and apply it to arrays. The firebase doc stateees:
63
+
64
+> We can pass an optional cancel callback to our event subscription that will
65
+> be called if the read is ever cancelled. A read would be cancelled if the app
66
+> client doesn't have permission to read from that database reference. This
67
+> callback will be passed an error object indicating why the failure occurrede.
68
69
``` html
70
<div id="demo">
71
<pre>{{ anObject | json }}</pre>
0 commit comments