Plugin.FirebasePushNotifications icon indicating copy to clipboard operation
Plugin.FirebasePushNotifications copied to clipboard

Receive and handle firebase push notifications in .NET MAUI apps

Results 20 Plugin.FirebasePushNotifications issues
Sort by recently updated
recently updated
newest added

Hello, i use this package as a replacement in the migration process from Xamarin to MAUI and it works on Android but on iOS it doesnt work. Im'm using the...

bug

## Summary It‘s useful for some scenarios to get the list of delivered but not (yet) opened notifications which are currently displayed in the system tray. This list may include...

enhancement
platform/android
platform/ios

#### Description When calling RegisterNotificationCategories too early, you get a NullReferenceException #### Steps to Reproduce In my MainPage constructor, I call this code : CrossFirebasePushNotification.Current.TokenRefreshed += OnTokenRefresh; CrossFirebasePushNotification.Current.NotificationOpened += OnNotificationOpenedAsync;...

bug

#### Description Remove all static options from `FirebasePushNotificationManager`. Static options are spread all over the code and need to be eliminated. #### Background & Context - Improve testability - Have...

platform/android
refactoring

### Description Remove all public void Handle* methods from IFirebasePushNotification. This requires adjustments in several places where these Handle methods are used. ### Background & Context These methods are solely...

platform/android
platform/ios
refactoring

#### Summary The CrossGeeks nuget have option to set the UNNotificationPresentationOptions on iOS. This version is not supporting it yet. ```csharp FirebasePushNotificationManager.ShouldShowWhen = UNNotificationPresentationOptions.Alert; ``` #### API Changes I would...

enhancement

#### Description Today, different way to generate activity request codes are used. Clarify what is the best and safest way to generate such codes. `var requestCode = Rng.NextInt()` `var aRequestCode...

refactoring

#### Summary For Android to be able to group the channels into group.

enhancement
platform/android

#### Description Got the following message when submitting an app for review in App Store Connect: > ITMS-91061: Missing privacy manifest - Your app includes “Frameworks/FBLPromises.framework/FBLPromises”, which includes FBLPromises, an...

bug
platform/ios