I'm unable to receive the push notification message.
Angular version - 12
@angular/fire - 7.4.0
Service workers imports -
importScripts("https://www.gstatic.com/firebasejs/6.6.2/firebase-app.js ");
importScripts("https://www.gstatic.com/firebasejs/6.6.2/firebase-messaging.js ");
I have registered for the notification and generated token but unable to catch the push notification. However it is being displayed on browser that we have received the notification but I wan't to perform some operation on push notification received. if you have something please help.