FirebasePushNotificationPlugin
FirebasePushNotificationPlugin copied to clipboard
Firebase Push Notification Plugin for Xamarin iOS and Android
Make Android OnReceived condition virtual, fix UnsubscribeAll ios Bug and Update to new firebase sdk
### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Feature ### :arrow_heading_down: What is the current behavior? The condition to skip displaying a notification...
## 🐛 Sometimes I am getting empty token from CrossFirebasePushNotification.Current.Token ### Expected behavior I am expecting and wants new token each time in "userDeviceToken" variable by using below code. if...
I have this problem when using it with [BarcodeScanner.Mobile.XamarinForms] in Xamarin Form iOS Project. Please help me 
Could you please let us know the plan for integrating firebase push notification plugin to MAUI? As of now, it is not compatible, We are migrating to MAUI but because...
## 🐛 Bug Report I am working on Firebase Push Notification in Xamarin and have used "CrossGeeks FirebasePushNotificationPlugin" Nuget Package of Xamarin , everything was working fine When Application is...
When app is in foreground (visible on screen)/background (minimize the app) function OnMessageReceived is called and notification message is displayed as expected. When I swipe of the app or click...
According to the new announcement from Apple, "[Privacy Manifest File|Apple Developer Documentation](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files)" mentioned at WWDC23, a privacy manifest is required when using commonly used [third-party SDKs](https://developer.apple.com/support/third-party-SDK-requirements/). I think "FirebaseMessaging" which...
MAUI Support
## 🏗 Enhancement Proposal Im currently maintaining / developing a pretty big xamarin app that relies on this library for a few core functionalities. Mainly UserActions in the notifications and...
## 🐛 Bug Report FirebasePushNotificationManager.Initialize(options); Crash(Null Exception) In IOS When This Line Execute But In Android Work Correctly **Version:** Plugin.FirebasePushNotification : 3.4.35 In IOS Plugin.FirebasePushNotification : 3.4.25 In Android **Platform:**...
I am first time user for the plugin, and though I get the notification using Console firebase to send push notification in DEBUG mode to simulator, as well as my...