cordova-plugin-firebase-messaging icon indicating copy to clipboard operation
cordova-plugin-firebase-messaging copied to clipboard

Cordova plugin for Firebase Cloud Messaging

Results 31 cordova-plugin-firebase-messaging issues
Sort by recently updated
recently updated
newest added

I would like to have on status bar the foreground notification as the background ones... is it possible?

Hi there, I have managed to get the push notifications working in both android and iOS. However, the push notification click and open both shows 0 in firebase. I am...

In one of my projects requiring push notifications, I have successfully configured this plugin for android. However on iOS the following error shows up in the debug logs on running...

https://github.com/chemerisuk/cordova-plugin-firebase-messaging/blob/0ecfae7c32eaca55f6368413f2275596191025b9/src/android/FirebaseMessagingPluginService.java#L61-L62C49 ```objectivec notificationManager.createNotificationChannel( new NotificationChannel(defaultNotificationChannel, "Firebase", NotificationManager.IMPORTANCE_HIGH)); ```

Under notification settings in Android, it's showing "Firebase" for the category. Anyway to remove or rename that?

Android 12 does not receive push notifications when the display is off. When you turn on the screen and unlock the device (emulator), notifications come. There is no "Firebase" category...

For privacy purposes there should be a way to leverage the opt-in functionality of FCM as described in the [official Firebase docs](https://firebase.google.com/docs/cloud-messaging/ios/client#prevent_auto_initialization) (see section "Prevent auto initialization"). This would require...

enhancement

No sound on some Android devices (Vivo and some Samsung). Notifications come and you can see them on the lock screen. In the settings on the devices, the sound of...

This is my first PR ever, so I apologize if I got it wrong. I've brought the Android 6.x notification channel implementations forward to 7.x. That said, you still create...