Skip to content

Commit

Permalink
Update SW
Browse files Browse the repository at this point in the history
  • Loading branch information
fan9704 committed Jul 19, 2023
1 parent 827548c commit e600af3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions dist_netlify/firebase-messaging-sw.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
importScripts('https://www.gstatic.com/firebasejs/8.2.7/firebase-app.js')
importScripts('https://www.gstatic.com/firebasejs/8.2.7/firebase-messaging.js')

var firebaseConfig = {
apiKey: "AIzaSyA1FevAEUfg7u_tmhjPKGLJfVFBiQaghCY",
authDomain: "petmonitoringsystem-729da.firebaseapp.com",
projectId: "petmonitoringsystem-729da",
storageBucket: "petmonitoringsystem-729da.appspot.com",
messagingSenderId: "218937674834",
appId: "1:218937674834:web:2961695e7663494adb638b",
measurementId: "G-D4TRM99C0G"
}
const app = firebase.initializeApp(firebaseConfig);

0 comments on commit e600af3

Please sign in to comment.