web-push-libs / webpush-java

Web Push library for Java
MIT License
315 stars 113 forks source link

Push Notifications Fail on Firefox and Brave #214

Open codewithunknown opened 2 weeks ago

codewithunknown commented 2 weeks ago

I used the latest version of webpush-java to implement web push notifications. While Chrome and Edge are working correctly, Firefox and Brave are not showing the push notifications.

Since different browsers work differently, and Brave and Firefox are not Chromium-based browsers, this issue might be specific to them.

codewithunknown commented 2 weeks ago

@martijndwars Can you point out the error? I would like to work on resolving this issue. Additionally, could you please share some resources or code snippets where I can start troubleshooting?