remoteConfig
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 Tue, Mar 23, 2021