Open
Description
Version
@nuxtjs/firebase: 8.2.2
firebase: 9.15.0
nuxt: 2.15.8
What is actually happening?
In the mounted $fire.messaging
is undefined.
this is my configuration:
modules: [
// https://go.nuxtjs.dev/axios
'@nuxtjs/axios',
'@nuxtjs/auth-next',
[
'@nuxtjs/firebase',
{
config: {
apiKey: "...",
authDomain: "...",
projectId: "...",
storageBucket: "...",
messagingSenderId: "...",
appId: "...",
measurementId: "..."
},
services: {
messaging: {
createServiceWorker: true,
fcmPublicVapidKey: '...',
inject: fs.readFileSync('./serviceWorker.js')
},
}
}]
],
and this is the code inside the mounted:
if (process.client) {
console.log(this.$fire)
}
Metadata
Metadata
Assignees
Labels
No labels