File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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({
7070})
7171```
7272
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** :
7674
7775> We can pass an optional cancel callback to our event subscription that will
7876> be called if the read is ever cancelled. A read would be cancelled if the app
7977> client doesn't have permission to read from that database reference. This
8078> callback will be passed an error object indicating why the failure occurred.
8179
80+ [ From Firebase docs] ( https://firebase.google.com/docs/database/admin/retrieve-data )
81+
8282``` html
8383<div id =" demo" >
8484 <pre >{{ anObject }}</pre >
You can’t perform that action at this time.
0 commit comments