Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
olucurious committed Jun 24, 2024
1 parent 19ea6c6 commit 53dd9b2
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 53dd9b2

Please sign in to comment.