This repository was archived by the owner on Mar 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 242242 /**
243243 * Listeners passed into this method are notified whenever a new change (add, updated,
244244 * move, remove) is received from the server. Each invocation is sent an object
245- * containing <code>{ type: 'added|updated|moved|removed', key: 'key_of_item_affected'}</code>
245+ * containing <code>{ type: 'child_added|child_updated|child_moved|child_removed',
246+ * key: 'key_of_item_affected'}</code>
246247 *
247248 * Additionally, added and moved events receive a prevChild parameter, containing the
248249 * key of the item before this one in the array.
Original file line number Diff line number Diff line change 151151 /**
152152 * Listeners passed into this method are notified whenever a new change is received
153153 * from the server. Each invocation is sent an object containing
154- * <code>{ type: 'updated ', key: 'my_firebase_id' }</code>
154+ * <code>{ type: 'child_updated ', key: 'my_firebase_id' }</code>
155155 *
156156 * This method returns an unbind function that can be used to detach the listener.
157157 *
You can’t perform that action at this time.
0 commit comments