.
Firebase - API -Push.
notification: { click_action: 'https://...' } . , notificationclick ( ).
self.addEventListener('notificationclick', function(event) {
event.notification.close();
... Do your stuff here.
});
notificationclose:
self.addEventListener('notificationclose', function(event) {
... Do your stuff here.
});