fcm
fcm copied to clipboard
Enable Firebase Cloud Messaging for Capacitor apps
question: How does this library compare versus the official `@capacitor/push-notifications` plugin?
I am confused as to what the benefit is for using this library over the official `@capacitor/push-notifications` plugin. I tried to look for it in the docs/issues, and the only...
I've managed to get custom notification sounds working for Android when the app is in foreground. But when it's in background mode (or closed) it just plays the default notification...
- Updated the deployment targets throughout the plugin to iOS 13.0 to fall in line with the default deployment targets for Capacitor 4. - Added `prepare` script to package.json to...
Good day, in the plugin https://www.npmjs.com/package/cordova-plugin-fcm-with-dependecy-updated Exists a function for regenerate a new token. Is it possible to do the same with this plugin?
Refresh Token
**Describe the bug** I'm using ionic-vue and fcm is working fine on ios. But on android returned token cannot using to send the notification. It always says "{"multicast_id":62279612766420011,"success":0,"failure":1,"canonical_ids":0,"results":[{"error":"InvalidRegistration"}]}" while sending...
add deleteToken method call when user logout
* migration used https://firebase.google.com/docs/projects/manage-installations?hl=en#retrieving-an-fcm-registration-token This PR updates `getToken` for Android to use FirebaseMessaging instead of FirebaseInstallations, suggested by @sburnicki https://github.com/capacitor-community/fcm/issues/99#issuecomment-1086724322. I tested it and `getToken` now returns FCM Token in...
**Describe the bug** After updating to capacitor v3 and the current version of the fcm plugin, our call to `getToken()` stopped working. Instead of some FCM token it returns a...