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

Method endAt

packages/firebase-firestore/index.d.ts:12–12  ·  view source on GitHub ↗
(snapshot: IDocumentSnapshot<T>)

Source from the content-addressed store, hash-verified

10
11export interface IQuery<T extends DocumentData = DocumentData> {
12 endAt(snapshot: IDocumentSnapshot<T>): IQuery<T>;
13
14 endAt(fieldValues: IFieldValue[]): IQuery<T>;
15

Callers 2

endAtMethod · 0.65
endAtMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected