Pascal Luther

Results 29 comments of Pascal Luther

@mjzarrin Sorry, haven't found the time to have a look at it yet. @kn0wn That would be great, a PR would be more than appreciated! I'll most likely find time...

Hey @artrayd Weird, doesn't happen to me. Could you reproduce a minimal example on codesandbox.io ? Not sure if it is related to this module though. Same on all browsers?

Hey @artrayd You can also disable (or not enable) our example service worker by setting the [createserviceworker](https://firebase.nuxtjs.org/service-options/messaging#createserviceworker) to false and write your own service worker with your code. Our example...

Hey @ericgrainbridge Thank you for the issue. This is in fact working as expected - the way this is currently implemented is not expected to be injected during run time,...

Hey @tibs245 Currently this will be hard to do, but we could probably implement this as an option similarly to how we do it for enablePersistence: https://firebase.nuxtjs.org/service-options/firestore#enablepersistence Won't have time...

Thanks @Parakoos , that is indeed not how it should be. Will fix it when I next find some free time, feel free to submit a PR if you find...

Hey @Flawe I guess I will need to add that to the documentation, changing your workbox settings like so should fix the issue: ```js dev: process.env.NODE_ENV === 'development', ``` Let...

@Flawe Have you tried it in production? The issue should not appear in production. We set pwa.workbox.dev to true in dev because workbox has issues with the HMR module which...

@Flawe Hmm... Do you start your production server with `nuxt build` & `nuxt start` commands or only with `nuxt` or `nuxt dev`?

Hey @Flawe Sorry for the late response - did you find the solution to your problem in the meantime or does the problem still exist?