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

Method child

packages/firebase-database/index.ios.ts:385–387  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

383 }
384
385 child(path: string): Reference {
386 return Reference.fromNative(this.native.child?.(path));
387 }
388
389 onDisconnect(): OnDisconnect {
390 return OnDisconnect.fromNative(this.native);

Callers

nothing calls this directly

Calls 2

childMethod · 0.65
fromNativeMethod · 0.45

Tested by

no test coverage detected