Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ ios
Method
ios
packages/firebase-storage/index.ios.ts:106–108 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
104
}
105
106
get ios() {
107
return
this.native;
108
}
109
110
get snapshot(): TaskSnapshot {
111
return
TaskSnapshot.fromNative(this.native.snapshot);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected