Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
| // Required for Firebase Messaging on Web | |
| importScripts('https://www.gstatic.com/firebasejs/10.7.2/firebase-app-compat.js'); | |
| importScripts('https://www.gstatic.com/firebasejs/10.7.2/firebase-messaging-compat.js'); | |
| firebase.initializeApp({ | |
| apiKey: "AIzaSyB7Q8m6dQ2KXgrZvHRAEw7eBxmRyZYo_2s", | |
| authDomain: "bhashyam-ai.firebaseapp.com", | |
| projectId: "bhashyam-ai", | |
| storageBucket: "bhashyam-ai.firebasestorage.app", | |
| messagingSenderId: "330064881496", | |
| appId: "1:330064881496:web:5a8b3d7354729cd97aa72d", | |
| measurementId: "G-GYKV6Y47XS" | |
| }); | |
| const messaging = firebase.messaging(); | |
| // Optional: handle background messages | |
| messaging.onBackgroundMessage((payload) => { | |
| console.log('Received background message ', payload); | |
| }); | |