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

Method child

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

Source from the content-addressed store, hash-verified

559 }
560
561 child(path: string): DataSnapshot {
562 return DataSnapshot.fromNative(this.native.childSnapshotForPath(path));
563 }
564
565 exists(): boolean {
566 return this.native?.exists();

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected