????
Current Path : C:/inetpub/vhost/kiemkegpmb.gdtsolutions.vn/www/ |
Current File : C:/inetpub/vhost/kiemkegpmb.gdtsolutions.vn/www/firebase-messaging-sw.js |
importScripts('https://www.gstatic.com/firebasejs/8.2.2/firebase-app.js'); importScripts('https://www.gstatic.com/firebasejs/8.2.2/firebase-messaging.js'); const firebaseConfig = { apiKey: "AIzaSyBIkPvq7qh-WRG_mza5yjSwh-ASoQ48QNQ", authDomain: "webpushnotify-a9d99.firebaseapp.com", projectId: "webpushnotify-a9d99", storageBucket: "webpushnotify-a9d99.appspot.com", messagingSenderId: "530665672512", appId: "1:530665672512:web:f6a5ce9d93869837d634a5", measurementId: "G-JL0YEXZMG3" }; firebase.initializeApp(firebaseConfig); const messaging = firebase.messaging(); messaging.setBackgroundMessageHandler(function (payload) { console.log(payload) const notificationOption = { body: payload.notification.body, icon: 'https://baocaostc.gdtsolutions.vn/logo.png' } return self.registration.showNotification(payload.notification.title, notificationOption); })