healthjoy / async-firebase

The lightweight asynchronous client that makes interaction with Firebase Cloud Messaging oversimplified.
MIT License
37 stars 14 forks source link

Missing "visibility" property in AndroidNotification dataclass. #91

Open AnSPetrov opened 1 month ago

AnSPetrov commented 1 month ago

According to https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#AndroidNotification AndroidNotification dataclass should have visibility property:

"visibility": enum (Visibility),
"notification_count": integer,
"light_settings": {
  object (LightSettings)
},
"image": string,

Please advise how to control this property with async firebase client.

akalex commented 2 days ago

@ndmytro @Gera3dartist please take a look at it by any chance.