Можно показывать уведомление, только если приложение находится на переднем плане?Мне не нужно показывать уведомления в фоновом режиме.Мой setBackgroundMessageHandler
в сервисном работнике выглядит так:
messaging.setBackgroundMessageHandler(function(payload) {
console.log('[firebase-messaging-sw.js] Received background message ', payload);
// Customize notification here
var notificationTitle = 'Background Message Title';
var notificationOptions = {
body: 'Background Message body.',
icon: '/firebase-logo.png'
};
});
Я не возвращаю showNotification
, но показывает