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:95–97 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
93
}
94
95
get android() {
96
return
this.native;
97
}
98
99
get snapshot(): TaskSnapshot {
100
return
TaskSnapshot.fromNative(this.native.getSnapshot?.());
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected