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

greetings, previously in another version more specifically in 4.5.1 we used a channel to define a sound, a notification pattern in which it could be customized, however I noticed that...

**Problem**: I do not get an individual token from getToken method. But I can send messages via the firebase console using the package name - and the messages getting recieved...

Hi, When I run this code in iOS, I get the permission request and when I allow it, I get the `alert(Device Token )` And there's no token! I get...

I am trying to implement push notifications in my ionic project. It looks like my hooks defined for `onMessage` and `onBackgroundMessage` are not working and get never called, even when...

issue with fresh cordova android install, specs: android studio: 2021.3.1 cordova: 11.0.0 android: 11.0.0 the google-services.json is well positioned under app/google-services.json and the files under both config.xml: while installng from...

When I call the method `window.cordova.plugins.firebase.messaging.getToken()` I get null. And not entirely sure what I'm doing wrong, what I've read I should just call it and get a token. And...

The plugin generate token fine on ios but not receiving any notification And the issue due to this plugin cordova-plugin-ms-adal-is-back when uninstall it the notification is working fine what seems...

> click_action Optional, string The action associated with a user click on the notification. - iOS: Corresponds to category in the APNs payload. - Android: If specified, an activity with...

enhancement

https://github.com/chemerisuk/cordova-plugin-firebase-messaging/blob/5f8468dcdda6a2dd1ced0ea13e250586b9d4be41/src/android/FirebaseMessagingPluginService.java#L105 Could you make the disappear time adjustable. Default 3000. And 0 for disable it.