Open AnSPetrov opened 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.
@ndmytro @Gera3dartist please take a look at it by any chance.
According to https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#AndroidNotification AndroidNotification dataclass should have visibility property:
Please advise how to control this property with async firebase client.