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

Method endBefore

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

Source from the content-addressed store, hash-verified

14 endAt(fieldValues: IFieldValue[]): IQuery<T>;
15
16 endBefore(snapshot: IDocumentSnapshot<T>): IQuery<T>;
17
18 endBefore(fieldValues: IFieldValue[]): IQuery<T>;
19

Callers 1

endBeforeMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected