Gustav Andersson
Gustav Andersson
Hi, I followed the install instructions. So, I have: ``` // package.json "devDependencies": { "@nuxtjs/device": "^2.0.1", }, // nuxt.config.ts buildModules: [ '@nuxt/typescript-build', '@nuxtjs/vuetify', '@nuxtjs/pwa', '@nuxtjs/firebase', '@nuxtjs/device', ], ``` And yet,...
### Version @nuxtjs/firebase: 7.5.0 firebase: 8.3.1 nuxt: 2.15.3 ### Reproduction Link N/A ### Steps to reproduce Navigate to your typescript definition file, ```@nuxtjs\firebase\types\index.d.ts``` and look for the ```ReadyFunction``` interface. ###...
Inside my dialogs, I don't seem to have access to the $nuxt helper class. So, if I have a getter like this: ``` get isOffline() { return this.$nuxt.isOffline } ```...