mirror of https://github.com/caronc/apprise
Updated Notify_fcm (markdown)
parent
1f21ecb959
commit
c48c4b70ae
|
@ -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"
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue