docChanges method

JSArray<DocumentChange> docChanges()

Returns an array of the documents changes since the last snapshot. If this is the first snapshot, all documents will be in the list as added changes.

Implementation

external JSArray<DocumentChange> docChanges();