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

Method child

packages/firebase-storage/index.android.ts:408–410  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

406 }
407
408 child(path: string): Reference {
409 return Reference.fromNative(this.native.child(path));
410 }
411
412 delete(): Promise<void> {
413 return new Promise((resolve, reject) => {

Callers

nothing calls this directly

Calls 2

childMethod · 0.65
fromNativeMethod · 0.45

Tested by

no test coverage detected