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

Method orderByChild

packages/firebase-database/index.android.ts:325–327  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

323 });
324 }
325 orderByChild(path: string): Query {
326 return Query.fromNative(this.native.orderByChild(path));
327 }
328 orderByKey(): Query {
329 return Query.fromNative(this.native.orderByKey());
330 }

Callers

nothing calls this directly

Calls 2

orderByChildMethod · 0.65
fromNativeMethod · 0.45

Tested by

no test coverage detected