Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FirebasePushNotificationActionEvent no ErrorEvent anymore? #477

Open
andreas668 opened this issue Sep 17, 2024 · 2 comments
Open

FirebasePushNotificationActionEvent no ErrorEvent anymore? #477

andreas668 opened this issue Sep 17, 2024 · 2 comments

Comments

@andreas668
Copy link

💬 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)

@thomasgalliker
Copy link

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.

@martyandreas
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants