nuxt-community / pwa-module

Zero config PWA solution for Nuxt.js
https://pwa.nuxtjs.org
MIT License
1.23k stars 171 forks source link

Push notifications #431

Open damianlluch opened 3 years ago

damianlluch commented 3 years ago

Hi everyone, I have a question.

Can I integrate Firebase push notifications with this library?

thanks!

cescur commented 3 years ago

Nope. For that please try: https://firebase.nuxtjs.org/

productdevbook commented 3 years ago

did you integrate ?

artrayd commented 3 years ago

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 or with firebase functions.

https://github.com/nuxt-community/firebase-module/issues/536