Skip to content

Commit

Permalink
Update to latest firebase SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi committed Feb 16, 2024
1 parent 02acbf3 commit 75a1409
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions views/service-worker.ejs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
importScripts(
'https://www.gstatic.com/firebasejs/9.22.0/firebase-app-compat.js'
'https://www.gstatic.com/firebasejs/10.8.0/firebase-app-compat.js'
)
importScripts(
'https://www.gstatic.com/firebasejs/9.22.0/firebase-messaging-compat.js'
'https://www.gstatic.com/firebasejs/10.8.0/firebase-messaging-compat.js'
)

// Inspect serviceWorker logs with: https://stackoverflow.com/a/39155070
Expand Down Expand Up @@ -35,4 +35,4 @@ try {
})
} catch (error) {
console.log('ServiceWorker error', error)
}
}

0 comments on commit 75a1409

Please sign in to comment.