Updated Notify_fcm (markdown)

master
Chris Caron 2022-01-25 18:22:18 -05:00
parent 1f21ecb959
commit c48c4b70ae
1 changed files with 2 additions and 2 deletions

@ -62,7 +62,7 @@ Send a Legacy FCM notification:
# Assuming our {Device} is ABCD:12345
apprise -vv -t "Test Message Title" -b "Test Message Body" \
fcm://bu1dHSdO22pfaaVy/ABCD:12345
"fcm://bu1dHSdO22pfaaVy/ABCD:12345"
```
@ -73,5 +73,5 @@ Send a OAuth2 FCM notification:
# Assuming our {Device} is ABCD:12345
apprise -vv -t "Test Message Title" -b "Test Message Body" \
fcm://Apprise/ABCD:12345/?keyfile=/etc/apprise/fcm/keyfile.json
"fcm://Apprise/ABCD:12345/?keyfile=/etc/apprise/fcm/keyfile.json"
```