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

Method endAt

packages/firebase-database/common.ts:21–21  ·  view source on GitHub ↗
(value: number | string | boolean | null, key?: undefined | string)

Source from the content-addressed store, hash-verified

19export interface IQuery {
20 ref: IReference;
21 endAt(value: number | string | boolean | null, key?: undefined | string): IQuery;
22 equalTo(value: number | string | boolean | null, key?: undefined | string): IQuery;
23 keepSynced(bool: boolean);
24 limitToFirst(limit: number): IQuery;

Callers

nothing calls this directly

Implementers 3

Querypackages/firebase-database/index.andro
Querypackages/firebase-database/index.ios.t
Querypackages/firebase-database/index.d.ts

Calls

no outgoing calls

Tested by

no test coverage detected