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

Method bucket

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

Source from the content-addressed store, hash-verified

382 }
383
384 get bucket(): string {
385 return this.native?.getBucket?.();
386 }
387
388 get fullPath(): string {
389 return this.native?.getPath?.();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected