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 can't use push notifications for several irrelevant reasons, but the code assumes that this should be possible and will try to send them anyway.
This currently leads to an error being displayed to the users stating that push notification failed.
It would be nice to be able to skip the entire push-notification code, either based on a feature flag, or maybe even better, implicitly when the required config (cert or key) is missing/set to null.
The text was updated successfully, but these errors were encountered:
I can't use push notifications for several irrelevant reasons, but the code assumes that this should be possible and will try to send them anyway.
This currently leads to an error being displayed to the users stating that push notification failed.
It would be nice to be able to skip the entire push-notification code, either based on a feature flag, or maybe even better, implicitly when the required config (cert or key) is missing/set to null.
The text was updated successfully, but these errors were encountered: