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

Method child

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

Source from the content-addressed store, hash-verified

398 }
399
400 child(path: string): Reference {
401 return Reference.fromNative(this.native.child?.(path));
402 }
403
404 onDisconnect(): OnDisconnect {
405 return OnDisconnect.fromNative(this.native.onDisconnect());

Callers

nothing calls this directly

Calls 2

childMethod · 0.65
fromNativeMethod · 0.45

Tested by

no test coverage detected