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

Method orderByValue

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

Source from the content-addressed store, hash-verified

30 orderByKey(): IQuery;
31 orderByPriority(): IQuery;
32 orderByValue(): IQuery;
33 startAt(value: number | string | boolean | null, key?: undefined | string): IQuery;
34 toString(): string;
35}

Callers 2

orderByValueMethod · 0.65
transactionMethod · 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