FCM web push duplicate
Hi.
I'm using https://docs.novu.co/guides/novu-fcm-web#adding-firebase-to-the-frontend
to send web push notifications.
The problem is that doing it that way will display notification twice because
Does anyone know how to prevent default
I'm using https://docs.novu.co/guides/novu-fcm-web#adding-firebase-to-the-frontend
to send web push notifications.
The problem is that doing it that way will display notification twice because
onBackgroundMessage when payload has notification will display push notification on it's own from fcm messaging. Does anyone know how to prevent default
onBackgroundMessage notifications?