Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/firebase
/ storage
Method
storage
packages/firebase-storage/index.ios.ts:391–393 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
389
}
390
391
get storage() {
392
return
Storage.fromNative(this.native.storage);
393
}
394
395
child(path: string): Reference {
396
return
Reference.fromNative(this.native.child(path));
Callers
nothing calls this directly
Calls
1
fromNative
Method · 0.45
Tested by
no test coverage detected