Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ android
Method
android
packages/firebase-storage/index.android.ts:380–382 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
378
}
379
380
get android() {
381
return
this.native;
382
}
383
384
get bucket(): string {
385
return
this.native?.getBucket?.();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected