IO-3000 FInal updates to firebase SW.

This commit is contained in:
Patrick Fic
2024-11-28 12:11:30 -08:00
parent 43bf1fc8cf
commit 9fcc01aa9f

View File

@@ -1,6 +1,6 @@
// Scripts for firebase and firebase messaging
importScripts("https://www.gstatic.com/firebasejs/10.14.1/firebase-app.js");
importScripts("https://www.gstatic.com/firebasejs/10.14.1/firebase-messaging.js");
importScripts("https://www.gstatic.com/firebasejs/10.14.1/firebase-app-compat.js");
importScripts("https://www.gstatic.com/firebasejs/10.14.1/firebase-messaging-compat.js");
// Initialize the Firebase app in the service worker by passing the generated config
let firebaseConfig;