Skip to content

Commit 1bd45f1

Browse files
authored
Update README.md
Closes #77
1 parent 58c4ae1 commit 1bd45f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)