From 53dd9b2a8e26b6484cd07b3cd9136656b8e5ccff Mon Sep 17 00:00:00 2001 From: "Emmanuel O. Adegbite" Date: Mon, 24 Jun 2024 12:41:17 +0100 Subject: [PATCH] Update README.md --- README.md | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 494e7ea..8888b22 100644 --- a/README.md +++ b/README.md @@ -137,21 +137,18 @@ result = fcm.notify(notification_body=message, topic_condition=topic_condition) # For more information, check: https://firebase.google.com/docs/cloud-messaging/topic-messaging ``` -### Other argument options +### Extra argument options -: +- android_config (dict, optional): Android specific options for messages - + - android_config (dict, optional): Android specific options for messages - - https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#androidconfig +- apns_config (dict, optional): Apple Push Notification Service specific options - + - apns_config (dict, optional): Apple Push Notification Service specific options - - https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#apnsconfig +- webpush_config (dict, optional): Webpush protocol options - + - webpush_config (dict, optional): Webpush protocol options - - https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#webpushconfig - - fcm_options (dict, optional): Platform independent options for features provided by the FCM SDKs - - https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#fcmoptions - - dry_run (bool, optional): If `True` no message will be sent but +- fcm_options (dict, optional): Platform independent options for features provided by the FCM SDKs - + +- dry_run (bool, optional): If `True` no message will be sent but request will be tested.