ArtRayd
ArtRayd
Hi @TheFoolishPupil thank you for your answer, I tried to do as you said and there is still no message in console :( Created also a sample at codesandbox.io. Please...
I found workaround solution for this: Adding custom service worker: ``` // nuxt.config.js pwa: { workbox: { importScripts: ['/offline-sw.js'], }, } ``` Then add offline service worker into 'static' folder...
https://firebase.nuxtjs.org/service-options/messaging/ I'm working on it right now. When I'm sending message from firebase web interface - notification comes twice. To fix this I have send it from my own server...
Try adding to your manifest.json: `display: 'browser',` I
@vinikatyal In the end I used another solution based on web assembly https://github.com/Kagami/vmsg/ There was some problem to remove GUI, but I found [solution](https://github.com/Kagami/vmsg/issues/15)
Hi @xinjli thank you for your answer. Another question, is that theoretically possible to mark pauses? A time when there is no voice at all?
@willstott101 thank you! I was thinking in the same direction.
Hi @lupas, thank you for answering. I started to create a minimal example on codesandbox.io and realized that to test this, and you will need to apply all your firebase...
Hi, @lupas thank you for your answer. Actually, I tried to create a custom service worker, but for some reason it didn't work :( Here is an issue I opened...
@kylegl can you please provide something you found on stackoverflow? I couldn't find that