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

Please take a moment to fill out the following: Makes notification action consistent between platforms. Changes Proposed in this pull request: - Allow delayed subscription for the opened event for...

enhancement

## 🐛 Bug Report Default FirebaseApp is not initialized in this process com.company.app. Make sure to call FirebaseApp.initializeApp(Context) first.

The setup guide (https://github.com/CrossGeeks/FirebasePushNotificationPlugin/blob/master/docs/GettingStarted.md) says this: **Important: While debugging set resetToken parameter to true.** Can someone tell me why that is required please? It means that I am getting a...

## 🚀 Feature Requests ### Describe the feature Considering new Huawei devices come without Google Services, Firebase Services are also unavailable, making the plugin irrelevant on newer Huawei devices 🤷🏻‍♂️....

If you are creating an issue for a BUG please fill out this information. If you are asking a question or requesting a feature you can delete the sections below....

## 🐛 Bug Report Value cannot be null. Parameter name: str at Foundation.NSString..ctor (System.String str) [0x0002e] in /Library/Frameworks/Xamarin.iOS.framework/Versions/14.7.0.166/src/Xamarin.iOS/Foundation/NSString.cs:162 at Foundation.NSUserDefaults.SetString (System.String value, System.String defaultName) [0x00000] in /Library/Frameworks/Xamarin.iOS.framework/Versions/14.7.0.166/src/Xamarin.iOS/Foundation/NSUserDefaults.cs:37 at Plugin.FirebasePushNotification.FirebasePushNotificationManager.DidReceiveRegistrationToken (Firebase.CloudMessaging.Messaging...

In my project, I have my Xamarin app subscribe to two channels, one "general" and another "loaded". The loaded channel gets subscribed/unsubscribed to as the app is in the foreground/background....

## Bug Information This applies to iOS in a Xamarin.forms project. Registration does not work if done manually by calling CrossFirebasePushNotification.Current.RegisterForPushNotifications(); This affects scenarios where the registration is done on...

Having a little issue here trying to display NotificationUserActions on android in that its simply not displaying despite OnNotificationReceived being triggered on target devices. The setup in the MainActivity follows...

Hi all, I updated to the latest version (3.3.10) but now I get this error on Android (working on iOS): ``` **Java.Lang.IllegalStateException:** 'Default FirebaseApp is not initialized in this process...