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

Method orderByKey

packages/firebase-database/common.ts:30–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 once(eventType: EventType, successCallback?: undefined | ((a: IDataSnapshot, b: string | null) => any), failureCallbackContext?: (a: Error) => void | Record<string, any> | null): Promise<IDataSnapshot>;
29 orderByChild(path: string): IQuery;
30 orderByKey(): IQuery;
31 orderByPriority(): IQuery;
32 orderByValue(): IQuery;
33 startAt(value: number | string | boolean | null, key?: undefined | string): IQuery;

Callers 1

orderByKeyMethod · 0.65

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