analytics
if (process.client) {}
.
Initializes Firebase Analytics and makes it available via $fire.analytics
and $fireModule.analytics
.
- Type:
Boolean
orObject
- Default:
false
nuxt.config.js
analytics: {
collectionEnabled: true // default
}
collectionEnabled
Allows to disable analytics collection. Usefull to disable analytics in development mode or before fullfillment of legal obligation.
Can be enabled back via $fireAnalytics.setAnalyticsCollectionEnabled(true)
.
Edit this page on GitHub
Updated at Tue, Mar 23, 2021