Linux spg1.cloudpowerdns.com 5.14.0-611.34.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 18 05:51:10 EST 2026 x86_64
LiteSpeed
Server IP : 176.9.63.151 & Your IP : 216.73.217.94
Domains :
Cant Read [ /etc/named.conf ]
User : fastear1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
fastear1 /
siba91 /
assets /
global /
js /
firebase /
Delete
Unzip
Name
Size
Permission
Date
Action
configs.js
486
B
-rw-r--r--
2023-11-03 02:38
firebase-8.3.2.js
839.75
KB
-rw-r--r--
2023-11-03 02:38
firebase-app.js
19.65
KB
-rw-r--r--
2023-11-03 02:38
firebase-messaging-sw.js
1.11
KB
-rw-r--r--
2023-11-03 02:38
firebase-messaging.js
39.89
KB
-rw-r--r--
2023-11-03 02:38
Save
Rename
/* Give the service worker access to Firebase Messaging. Note that you can only use Firebase Messaging here, other Firebase libraries are not available in the service worker. */ importScripts('firebase-app.js'); importScripts('firebase-messaging.js'); importScripts('configs.js'); /* Initialize the Firebase app in the service worker by passing in the messagingSenderId. * New configuration for app@pulseservice.com */ firebase.initializeApp(firebaseConfig); /* Retrieve an instance of Firebase Messaging so that it can handle background messages. */ const messaging = firebase.messaging(); messaging.setBackgroundMessageHandler(function(payload) { console.log( "[firebase-messaging-sw.js] Received background message ", payload, ); /* Customize notification here */ const notificationTitle = "Background Message Title"; const notificationOptions = { body: "Background Message body.", icon: "/firebase-logo.png", }; return self.registration.showNotification( notificationTitle, notificationOptions, ); });