Plugin.FirebasePushNotifications
Plugin.FirebasePushNotifications copied to clipboard
Receive and handle firebase push notifications in .NET MAUI apps
* Use separate files to store queue items in PersistentQueue * Transform Java.Lang.* extras to .NET primitives * Add log page to sample app
### Description Android app crashes if push notification is opened from background. ### Steps to Reproduce 1. Forcibly close Android app. 2. Send push notification to specific device. 3. Notification...
### Description Make sure no remaining notifications are queued when ClearAllNotifications is called.
Notifications only launch the app if the application is not in the background (killed) instead of displaying them. If the app is in the background, I will have a page...
@TedMobile reported this on Oct 20, 2023: "I tried your plugin and I get the same issues it crashes here.. and again SharedInstance is null. `Firebase.CloudMessaging.Messaging.SharedInstance.AutoInitEnabled = defaultOptions.AutoInitEnabled;` See discussion...
Hi I am looking for a plugin that I can hook Push notification in maui .net 7 and 8 and came across this. Did you actually manage to get it...
#### Summary It looks like the referenced nuget Xamarin.Firebase.iOS.CloudMessaging is no longer maintained and must be replaced by an updated Firebase iOS binding library. #### Proposed change Replace the nuget...
How I made it working on Android with custom icon and background notification. Source code example
I hope it will be helpful to someone. I added custom notification param OPEN_URL Notification Service: ```cs public class PushNotificationService : IPushNotificationService { private readonly IFirebasePushNotification _firebasePushNotification; private readonly INotificationPermissions...
* Releases version 2.x as stable version on nuget.org * Several major changes + internal refactorings including some breaking changes