Skip to content

Commit

Permalink
chore : 하드 코딩..
Browse files Browse the repository at this point in the history
  • Loading branch information
HelloWook committed Dec 8, 2024
1 parent 3464c04 commit c23afd7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion public/firebase-messaging-sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ importScripts('https://www.gstatic.com/firebasejs/8.7.1/firebase-messaging.js');

firebase.initializeApp({
apiKey: 'AIzaSyBodJm9QErZvWuaOdM6Af1H82LA-8ZcmhE',
authDomain: 'fcm-test-51b74.firebaseapp.com',
projectId: 'fcm-test-51b74',
storageBucket: 'fcm-test-51b74.appspot.com',
messagingSenderId: '10805910843',
appId: '1:10805910843:web:e88131c7c1ef503822eb1e'
appId: '1:10805910843:web:e88131c7c1ef503822eb1e',
measurementId: 'G-FXC5BWDC6G'
});

const messaging = firebase.messaging();

0 comments on commit c23afd7

Please sign in to comment.