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

Method orderByChild

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

Source from the content-addressed store, hash-verified

27 on(eventType: EventType, callback: (data: IDataSnapshot, previousChildKey: string | null) => void, cancelCallbackOrContext?: (a: Error) => void | Record<string, any> | null, context?: Record<string, any> | null): (a: IDataSnapshot | null, b: string | null) => void;
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;

Callers 1

orderByChildMethod · 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