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

Method name

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

Source from the content-addressed store, hash-verified

390 }
391
392 get name(): string {
393 return this.native?.getName?.();
394 }
395
396 get parent(): Reference {
397 return Reference.fromNative(this.native.getParent?.());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected