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

Method bucket

packages/firebase-storage/index.ios.ts:266–268  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

264 }
265
266 get bucket(): string {
267 return this.native?.bucket;
268 }
269
270 get cacheControl(): string {
271 return this.native?.cacheControl;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected