remoteConfig
Client-only - make sure to wrap universal code in
if (process.client) {}
.
Initializes Firebase Remote Config and makes it available via $fire.remoteConfig
and $fireModule.remoteConfig
.
- Type:
Boolean
orObject
- Default:
false
nuxt.config.js
remoteConfig: {
settings: {
fetchTimeoutMillis: 60000, // default
minimumFetchIntervalMillis: 43200000, // default
},
defaultConfig: {
'welcome_message': 'Welcome'
}
}
Edit this page on GitHub
Updated at Mon, Mar 1, 2021