MCPcopy Index your code
hub / github.com/NativeScript/firebase / forEach

Method forEach

packages/firebase-firestore/index.d.ts:161–161  ·  view source on GitHub ↗
(callback: (result: IQueryDocumentSnapshot<T>, index: number) => void, thisArg?: any)

Source from the content-addressed store, hash-verified

159 docChanges(options?: SnapshotListenOptions): IDocumentChange<T>[];
160
161 forEach(callback: (result: IQueryDocumentSnapshot<T>, index: number) => void, thisArg?: any): void;
162}
163
164export interface SetOptions {

Callers 4

parseOnSnapshotArgsFunction · 0.65
serializeItemsFunction · 0.65
serializeItemsFunction · 0.65
createDictionaryFunction · 0.65

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