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

Method child

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

Source from the content-addressed store, hash-verified

590 }
591
592 child(path: string): DataSnapshot {
593 return DataSnapshot.fromNative(this.native.child(path));
594 }
595 exists(): boolean {
596 return this.native?.exists();
597 }

Callers

nothing calls this directly

Calls 2

childMethod · 0.65
fromNativeMethod · 0.45

Tested by

no test coverage detected