You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated to Verion 2.3.12. Is there no error event anymore? CrossFirebasePushNotification.Current.NotificationError not exist (before was CrossFirebasePushNotification.Current.OnNotificationError)
The text was updated successfully, but these errors were encountered:
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.
💬 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)
The text was updated successfully, but these errors were encountered: