Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
orderByValue
Method · 0.65
transaction
Method · 0.65
Implementers
3
Query
packages/firebase-database/index.andro
Query
packages/firebase-database/index.ios.t
Query
packages/firebase-database/index.d.ts
Calls
no outgoing calls
Tested by
no test coverage detected