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

Class QuerySnapshot

packages/firebase-firestore/index.d.ts:346–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346export declare class QuerySnapshot implements IQuerySnapshot {
347 readonly docs: QueryDocumentSnapshot[];
348
349 readonly empty: boolean;
350
351 readonly metadata: SnapshotMetadata;
352
353 readonly query: Query;
354
355 readonly size: number;
356
357 docChanges(options?: SnapshotListenOptions): DocumentChange[];
358
359 forEach(callback: (result: QueryDocumentSnapshot, index: number) => void, thisArg?: any): void;
360
361 readonly android: any;
362 readonly ios: any;
363 readonly native: any;
364}
365
366export declare class CollectionReference<T extends DocumentData = DocumentData> extends Query<T> implements ICollectionReference<T> {
367 readonly id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…