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

Method limitToLast

packages/firebase-firestore/index.d.ts:24–24  ·  view source on GitHub ↗
(limitToLast: number)

Source from the content-addressed store, hash-verified

22 limit(limit: number): IQuery<T>;
23
24 limitToLast(limitToLast: number): IQuery<T>;
25
26 /** NOTE: Although an onCompletion callback can be provided, it will never be called because the snapshot stream is never-ending. */
27 onSnapshot(observer: { complete?: () => void; error?: (error: Error) => void; next?: (snapshot: IQuerySnapshot<T>) => void }): () => void;

Callers 2

limitToLastMethod · 0.65
limitToLastMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected