FirebasePushNotificationPlugin icon indicating copy to clipboard operation
FirebasePushNotificationPlugin copied to clipboard

Firebase Push Notification Plugin for Xamarin iOS and Android

Results 135 FirebasePushNotificationPlugin issues
Sort by recently updated
recently updated
newest added

Hi, The plugin is working fine for me except for one thing. I can't seem to show notification messages when the app is running in the foreground. This only happens...

## 💬 Questions and Help This plugin clash with Plugin.LocalNotification in: UNUserNotificationCenter.Current.Delegate = CrossFirebasePushNotification.Current as IUNUserNotificationCenterDelegate; vs UNUserNotificationCenter.Current.Delegate = new LocalNotificationDelegate(); For questions or help we recommend checking: - The...

Hi, i'm having the issue mentioned in the title. I have a small xamarin project that uses push notifications with data payload. Here are some relevant snippets of code: main...

I have everything working like I want, but I have to go into settings on the android device and select show popup. Is there a way to default this option?...

## 💬 Questions and Help Hello, I just created a brand new blank XF project in VS 2019 to test this plugin and I cant build the iOS project because...

## 🐛 Bug Report setting the small icon on android is not working, it is always defaulting to the app icon. ### Expected behavior Set the app icon using: FirebasePushNotificationManager.IconResource...

Scratch that... I simply forgot to register an APN certificate with Firebase.. Can be Closed ## 🐛 Bug Report iOS Push Notifications no longer arrive in the app. RegisteredForRemoteNotifications and...

The notifications come perfectly in When App in open or in foreground. But as soon as the app is closed .' Notifications stop coming . Please help.

Hello I would like to consult about a issue. When I am clicking to the received notification from Android statusbar when my application is running on foreground or background. Application...

when in debug mode, notification message received in debug output but push notification not working