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

Method limit

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

Source from the content-addressed store, hash-verified

20 get(options?: GetOptions): Promise<IQuerySnapshot<T>>;
21
22 limit(limit: number): IQuery<T>;
23
24 limitToLast(limitToLast: number): IQuery<T>;
25

Callers 1

limitMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected