cordova-plugin-firebase-messaging
cordova-plugin-firebase-messaging copied to clipboard
Cordova plugin for Firebase Cloud Messaging
- Defaults to true (preserves existing functionality) - When set to false notifications received in the foreground will not be automatically hidden after three seconds
Before I used the `cordova-plugin-firebase` plugin from arnesson, where the following method existed https://github.com/arnesson/cordova-plugin-firebase/blob/master/docs/API.md#haspermission How can I do this, with your plugin ? My intent is, to first check if...
Hi, I wanted to use this plugin, but I run across some issues mentioned here in the Issues section. They all have no solution ... so the question comes to...
This adds an explicit dependency on `androidx.localbroadcastmanager`, which seems to be required after upgrading to [Cordova Android 13.0.0](https://cordova.apache.org/announcements/2024/05/23/cordova-android-13.0.0.html), which will shortly be a requirement for Google Play submissions when the...
Getting Error: APNS device token not set before retrieving FCM Token for Sender ID '1040730720947'.Be sure to re-retrieve the FCM token once the APNS device token is set. Getting above...
Hi, I migrated my iOS application to capacitor and since then `onBackgroundMessage` and `onMessage` is no longer called when sending `data` notifications. Normal notifications shows up, but also `onBackgroundMessage` and...