Saturday, 9 April 2022

NuxtJS Firebase V9 modular in service worker

Firebase documentation says to use this code inside service worker:

import { initializeApp } from 'firebase/app'
import { getMessaging } from 'firebase/messaging/sw'

But I get this error:

Token error: FirebaseError: Messaging: We are unable to register the default service worker.

I assume that this is because WebPack under NuxtJS configuration ignores "import" inside service worker files.

Is there any way to fix this?



from NuxtJS Firebase V9 modular in service worker

No comments:

Post a Comment