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

Method orderByValue

packages/firebase-database/index.android.ts:334–336  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

332 return Query.fromNative(this.native.orderByPriority());
333 }
334 orderByValue(): Query {
335 return Query.fromNative(this.native.orderByValue());
336 }
337
338 startAt(value: string | number | boolean, key?: string): Query {
339 if (key) {

Callers

nothing calls this directly

Calls 2

orderByValueMethod · 0.65
fromNativeMethod · 0.45

Tested by

no test coverage detected