Skip to content

Commit

Permalink
πŸ”§ Fcm config μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
abcxj123 committed Jul 10, 2024
1 parent d0fea42 commit 1245c65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/firebaseConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ navigator.serviceWorker.register("/firebase-messaging-sw.js", {

export function requestPermission() {
if (!firebase.messaging.isSupported()) {
alert("ν‘Έμ‹œ μ•Œλ¦Όμ„ μ§€μ›ν•˜μ§€ μ•ŠλŠ” κΈ°μ’…μž…λ‹ˆλ‹€.");
return null;
}
const messaging = firebase.messaging();
Expand Down

0 comments on commit 1245c65

Please sign in to comment.