-
According to https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#AndroidNotification AndroidNotification dataclass should have visibility property:
```
"visibility": enum (Visi…
-
### [REQUIRED] Step 2: Describe your environment
* Operating System version: Windows 10 Enterprise
* Firebase SDK version: 2.3.0
* Firebase Product: Firebase Cloud Messaging
* .NET versi…
-
I think this might ideal for a lot of people. The nice thing about firebase cloud messaging is that I don't have to necessarily know if the device(s) that I'm pushing a notification to are Android or …
-
### Oppo私信必须要要用单推,如果用广播每个人一天会限制5条消息
> 参考官方地址:https://open.oppomobile.com/new/developmentDoc/info?id=11238
修改OppoPushProvider类的sendMessageToSingle方法
```
@Override
protected MixPushResult se…
-
**Is your feature request related to a problem? Please describe.**
Notifications are not sent when run as a native image.
I was able to use the library after adding reflection configuration for thes…
-
您好,华为手机设置通道id无效,我看了下代码,华为推送的时候把channelId封装到AndroidNotification对象中,但是在最终推送的时候又没有使用这个对象。
-
### Describe the feature you would like to see
It seems to me as if only [`AndroidConfig`](https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#androidconfig) would be supported…
-
I think this should be discouraged and configurable.
https://github.com/richsage/RMSPushNotificationsBundle/blob/master/Service/OS/AndroidNotification.php#L75
Ideally it would be configurable by i…
-
## Issue
We are encountering an issue where iOS users occasionally see twice the push notifications. First time the notification is displayed by the OS as we send a push notif…
-
The library seem very concise and straight forward. Thanks
I saw this code
Notification notification = new AndroidNotification();
So, will it work for ios? I did not see an implementation di…