MCPcopy Create free account
hub / github.com/NativeScript/firebase / docChanges

Method docChanges

packages/firebase-firestore/index.d.ts:159–159  ·  view source on GitHub ↗
(options?: SnapshotListenOptions)

Source from the content-addressed store, hash-verified

157 size: number;
158
159 docChanges(options?: SnapshotListenOptions): IDocumentChange<T>[];
160
161 forEach(callback: (result: IQueryDocumentSnapshot<T>, index: number) => void, thisArg?: any): void;
162}

Callers

nothing calls this directly

Implementers 3

QuerySnapshotpackages/firebase-firestore/index.andr
QuerySnapshotpackages/firebase-firestore/index.ios.
QuerySnapshotpackages/firebase-firestore/index.d.ts

Calls

no outgoing calls

Tested by

no test coverage detected