Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ fullPath
Method
fullPath
packages/firebase-storage/index.ios.ts:318–320 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
316
}
317
318
get fullPath(): string {
319
return
this.native?.path;
320
}
321
322
get generation(): string {
323
return
String(this.native.generation);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected