FirebasePushNotificationActionEvent no ErrorEvent anymore?
💬 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)
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 Yes, you're right, i'm in the wrong repo. Thank you for the answer, this has helped me. The ticket can be closed.