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

Please sign in to comment.