From c48c4b70ae6555eb05d87589e977422790bbe540 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Tue, 25 Jan 2022 18:22:18 -0500 Subject: [PATCH] Updated Notify_fcm (markdown) --- Notify_fcm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notify_fcm.md b/Notify_fcm.md index d2eba90..308cf47 100644 --- a/Notify_fcm.md +++ b/Notify_fcm.md @@ -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" ```