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

Method parent

packages/firebase-storage/index.android.ts:396–398  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

394 }
395
396 get parent(): Reference {
397 return Reference.fromNative(this.native.getParent?.());
398 }
399
400 get root(): Reference {
401 return Reference.fromNative(this.native.getRoot?.());

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected