Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ storage
Method
storage
packages/firebase-storage/index.android.ts:404–406 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
402
}
403
404
get storage() {
405
return
Storage.fromNative(this.native.getStorage());
406
}
407
408
child(path: string): Reference {
409
return
Reference.fromNative(this.native.child(path));
Callers
nothing calls this directly
Calls
1
fromNative
Method · 0.45
Tested by
no test coverage detected