smorcuend / nuxt3-firebase-auth

Nuxt3 minimal demo with Firebase Authentication integrated + PrimeVue
Other
43 stars 15 forks source link

Firebase messaging #1

Closed PMLS3 closed 1 year ago

PMLS3 commented 1 year ago

Hi, thanks for a great repo...

This is not an issue but a request. I am trying to get firebase messaging working but keep getting errors. Have you been able to get it working with Nuxt3?

smorcuend commented 1 year ago

Hi @PMLS3, thanks for your appreciation.

For FCM you can try this module: https://github.com/becem-gharbi/nuxt-fcm

FCM needs client side Firebase SDK to work

PMLS3 commented 1 year ago

Hi @PMLS3, thanks for your appreciation.

For FCM you can try this module: https://github.com/becem-gharbi/nuxt-fcm

FCM needs client side Firebase SDK to work

You are a legend, thanks