You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-5
Original file line number
Diff line number
Diff line change
@@ -72,12 +72,9 @@ var vm = new Vue({
72
72
73
73
**About the cancelCallback**:
74
74
75
-
> We can pass an optional cancel callback to our event subscription that will
76
-
> be called if the read is ever cancelled. A read would be cancelled if the app
77
-
> client doesn't have permission to read from that database reference. This
78
-
> callback will be passed an error object indicating why the failure occurred.
75
+
> An optional callback that will be notified if your event subscription is ever canceled because your client does not have permission to read this data (or it had permission but has now lost it). This callback will be passed an `Error` object indicating why the failure occurred.
0 commit comments