8000 Update tags for align style · mlchiang/quickstart-js@15b8a59 · GitHub
[go: up one dir, main page]

Skip to content

Commit 15b8a59

Browse files
authored
Update tags for align style
1 parent 45f9e39 commit 15b8a59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

messaging/firebase-messaging-sw.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const messaging = firebase.messaging();
4242
// If you would like to customize notifications that are received in the
4343
// background (Web app is closed or not in browser focus) then you should
4444
// implement this optional method.
45-
// [START onBackgroundMessage]
45+
// [START on_background_message]
4646
messaging.onBackgroundMessage(function(payload) {
4747
console.log('[firebase-messaging-sw.js] Received background message ', payload);
4848
// Customize notification here
@@ -55,4 +55,4 @@ messaging.onBackgroundMessage(function(payload) {
5555
self.registration.showNotification(notificationTitle,
5656
notificationOptions);
5757
});
58-
// [END onBackgroundMessage]
58+
// [END on_background_message]

0 commit comments

Comments
 (0)
0