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 75a1409 commit 5f7dadf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,8 @@

<script type="module">
// Import Firebase libs
import { initializeApp } from 'https://www.gstatic.com/firebasejs/10.4.0/firebase-app.js'
import { getMessaging, getToken, onMessage } from 'https://www.gstatic.com/firebasejs/10.4.0/firebase-messaging.js'
import { initializeApp } from 'https://www.gstatic.com/firebasejs/10.8.0/firebase-app.js'
import { getMessaging, getToken, onMessage } from 'https://www.gstatic.com/firebasejs/10.8.0/firebase-messaging.js'
window.FB = {
initializeApp,
Expand Down

0 comments on commit 5f7dadf

Please sign in to comment.