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

Method android

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

Source from the content-addressed store, hash-verified

232 }
233
234 get android() {
235 return this.native;
236 }
237
238 get bucket(): string {
239 return this.native.getBucket?.();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected