Fixed pagination tenders for desktop and

added new config for notification
This commit is contained in:
llsajjad
2025-09-21 14:03:32 +03:30
parent 8a289f2d05
commit 6e6f248702
15 changed files with 422 additions and 219 deletions
+7 -7
View File
@@ -2,13 +2,13 @@ importScripts("https://www.gstatic.com/firebasejs/9.22.2/firebase-app-compat.js"
importScripts("https://www.gstatic.com/firebasejs/9.22.2/firebase-messaging-compat.js");
firebase.initializeApp({
apiKey: 'AIzaSyAUQhM789-0qZIaIWtwTQXyz9gEtN-TnnU',
authDomain: 'opplens.firebaseapp.com',
appId: '1:1071558853812:web:d9ca896b088ee7da48c3e1',
messagingSenderId: '1071558853812',
projectId: 'opplens',
storageBucket: 'opplens.firebasestorage.app',
measurementId: 'G-GJGP9WB28B',
apiKey: "AIzaSyCTjdsk2jE34IfnvSKP1JMTIf_Abd7tbt0",
authDomain: "opplens-270d1.firebaseapp.com",
projectId: "opplens-270d1",
storageBucket: "opplens-270d1.firebasestorage.app",
messagingSenderId: "6923326255",
appId: "1:6923326255:web:c71763ece06aaaf3ed87da",
measurementId: "G-M5HQR4YZVS"
});
const messaging = firebase.messaging();