Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/firebase
/ metadata
Method
metadata
packages/firebase-storage/index.ios.ts:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
57
get metadata(): Metadata {
58
return
Metadata.fromNative(this.native.metadata);
59
}
60
61
get ref(): Reference {
62
return
Reference.fromNative(this.native.reference);
Callers
nothing calls this directly
Calls
1
fromNative
Method · 0.45
Tested by
no test coverage detected