web-push-libs / webpush-java

Web Push library for Java
MIT License
318 stars 112 forks source link

Why is the endpoint edited in this lib? #146

Closed kopax closed 4 years ago

kopax commented 4 years ago

According to the Node.js port here, it seems that the endpoint is kept intact while in your lib it tweak the endpoints by replacing fcm/send with wp, it doesn't look to be normal (see addition note).

Why this change? Should I worry about it?

kopax commented 4 years ago

I feel this is why the API never send any of my notifications.