File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,15 +70,15 @@ var vm = new Vue({
70
70
})
71
71
```
72
72
73
- ** About the cancelCallback** : This callback is actually an error handler that
74
- is called if the read/write doesn't succeed. You can of course also use it with
75
- ` asObject: false ` and apply it to arrays. The firebase doc states:
73
+ ** About the cancelCallback** :
76
74
77
75
> We can pass an optional cancel callback to our event subscription that will
78
76
> be called if the read is ever cancelled. A read would be cancelled if the app
79
77
> client doesn't have permission to read from that database reference. This
80
78
> callback will be passed an error object indicating why the failure occurred.
81
79
80
+ [ From Firebase docs] ( https://firebase.google.com/docs/database/admin/retrieve-data )
81
+
82
82
``` html
83
83
<div id =" demo" >
84
84
<pre >{{ anObject }}</pre >
You can’t perform that action at this time.
0 commit comments