Skip to content

Commit

Permalink
chore(firebase-messaging-example.js): update firebase version to 8.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonCrk committed Mar 29, 2024
1 parent 5ea6386 commit f09ff23
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions public/firebase-messaging-example.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
/* eslint-disable no-undef */
// importScripts("https://www.gstatic.com/firebasejs/8.10.0/firebase-app.js");
// importScripts(
// 'https://www.gstatic.com/firebasejs/10.4.0/firebase-app-compat.js'
// )
// importScripts(
// 'https://www.gstatic.com/firebasejs/10.4.0/firebase-messaging-compat.js'
// )
// "https://www.gstatic.com/firebasejs/8.10.0/firebase-messaging.js"
// );

// const firebaseConfig = {
// apiKey: '',
Expand Down

0 comments on commit f09ff23

Please sign in to comment.