Skip to content

Commit

Permalink
Merge pull request #343 from olucurious/develop
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
olucurious authored Jun 24, 2024
2 parents 062abf0 + 53dd9b2 commit 15cdc60
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 -
<https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#androidconfig>

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 -
<https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#apnsconfig>

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 -
<https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#webpushconfig>

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 -
<https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#fcmoptions>
- dry_run (bool, optional): If `True` no message will be sent but
request will be tested.

0 comments on commit 15cdc60

Please sign in to comment.