Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ ios
Method
ios
packages/firebase-remote-config/index.ios.ts:76–78 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
return
this._native;
75
}
76
get ios() {
77
return
this.native;
78
}
79
80
get fetchTimeMillis(): number {
81
return
this.native.fetchTimeout * 1000;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected