FirebasePushNotificationPlugin icon indicating copy to clipboard operation
FirebasePushNotificationPlugin copied to clipboard

FirebasePushNotificationActionEvent no ErrorEvent anymore?

Open andreas668 opened this issue 1 year ago • 2 comments

💬 Questions and Help

For questions or help we recommend checking:

I have updated to Verion 2.3.12. Is there no error event anymore? CrossFirebasePushNotification.Current.NotificationError not exist (before was CrossFirebasePushNotification.Current.OnNotificationError)

andreas668 avatar Sep 17 '24 09:09 andreas668

You're in the wrong repo I guess. The NotificationError was removed from IFirebasePushNotification interface, because it did not serve any reasonable purpose. If an error happens, we want to raise an exception along the execution path - not forward it to some error event handler.

You find the issue here. The repository you're may be looking for is this.

thomasgalliker avatar Sep 25 '24 09:09 thomasgalliker

@thomasgalliker Yes, you're right, i'm in the wrong repo. Thank you for the answer, this has helped me. The ticket can be closed.

martyandreas avatar Sep 25 '24 09:09 martyandreas