You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I built a Google Extension with Firebase Messaging
Detailed Problem Description
I am facing an issue with duplicate notifications between my custom notification and Firebase auto-notification. I am using a single Firebase project for both Android and the Extension, causing duplication.
Steps and code to reproduce issue
Init Firebase Messaging and add more
self.registration.showNotification('This is title', {
title: '',
body: 'This is body',
icon: 'images/logo.png',
data: {
...
},
})