forked from amer2004/SweetHome
removing console.log
This commit is contained in:
@ -18,7 +18,7 @@ const messaging = firebase.messaging();
|
||||
|
||||
// Handle background messages
|
||||
messaging.onBackgroundMessage((payload) => {
|
||||
console.log("[FCM SW] Background message:", payload);
|
||||
("[FCM SW] Background message:", payload);
|
||||
const title = payload.notification?.title || payload.data?.title || "Sweet Home";
|
||||
const options = {
|
||||
body: payload.notification?.body || payload.data?.body || "",
|
||||
|
||||
Reference in New Issue
Block a user