Skip to content

Commit e78865a

Browse files
authored
Update cloud-messaging.md
1 parent bed171d commit e78865a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cloud-messaging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Firebase cloud messaging is a powerful tool that provides a simple mechanism to deliver push notifications easily to your Android, IOS or web applications.
22

33
!!! tip "Firebase Cloud Messaging"
4-
Please check FCM [docs](https://firebase.google.com/docs/cloud-messaging/)
4+
Please check FCM [docs](https://firebase.google.com/docs/cloud-messaging/).
55

66
### FCM and Myfirebase
77

@@ -40,4 +40,4 @@ messaging.setBackgroundMessageHandler(function(payload) {
4040

4141
```
4242

43-
This service worker will handle notification messages even in the background when the users browser is not opened the .
43+
This service worker will handle notification messages in the background.

0 commit comments

Comments
 (0)