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

Method child

packages/firebase-storage/index.ios.ts:395–397  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

393 }
394
395 child(path: string): Reference {
396 return Reference.fromNative(this.native.child(path));
397 }
398
399 delete(): Promise<void> {
400 return new Promise((resolve, reject) => {

Callers

nothing calls this directly

Calls 2

childMethod · 0.65
fromNativeMethod · 0.45

Tested by

no test coverage detected