118 questions
0 votes
1 answer
144 views
Is jmt17.google.com web push server send another error when expired?
I my web push server I try send message to endpoint start with "jmt17.google.com" and I got error 404 A valid push subscription endpoint should be specified in the URL as such: https://fcm....
0 votes
0 answers
19 views
Notification not received by poling method set interval. on PWA using service workers
Here in my code when accessed on a PWA(Ipad in my example) the API call is made successfully also the PWA asks for notification permissions but after that there is no notification received on the PWA ...
1 vote
1 answer
158 views
Can't use PushAPI on macOS Safari, returned endpoint is an empty string
My code works fine locally and in production with Chrome. This is my Subscribe() function running in the browser when the user wants to enable notifications (I'm not using Apple's APN service, but ...
0 votes
0 answers
162 views
PushManager subscription - AbortError: DOMException: Error retrieving push-subscription - Firefox for Android
On Firefox for Android / Fennec (newest version) I cannot subscribe to push-notifications. You can check it out on cleverpush.com. It's the same problem as mine. My script subscribe.js should do the ...
0 votes
0 answers
295 views
How can obtain deviceId in web application for sending push notification?
I am using a web application that receives notificaitons throught push service. the notifications are going to send throught the FCM. My backend requires deviceId as in android OS. How can send such ...
0 votes
0 answers
544 views
Chrome extension with Firebase Cloud Messaging API: Defualt notification on msedge
I have programmed an Chrome Extension with Manifest Version 3, and it works very well in chrome with no problems. I use Firebase Cloud Messaging API V1 to get messages from my server to clients. ...
1 vote
0 answers
2k views
sending push notification with vapid keys
can someone assist where i am doing mistake generate vapid keys and store them use push-api and store endpoint, p256dh and auth send push notification using webPush protocol but getting this at 3rd ...
0 votes
1 answer
1k views
Push API endpoints from Push Services with complete overview [closed]
On Mozilla's PushSubscription.endpoint page, they have listed all browser compatibilities. However, they do not state which Push Services are being used by each one of them. I figured, I might as well ...
1 vote
0 answers
149 views
Push event and window.open, open only one window
I have a website with a serviceWorker push event, and then a postMessage which sends back data. When this data is received, I open a window using window.open, but if I have like 3 tabs opened, the ...
1 vote
0 answers
433 views
Send Firebase data messages without requesting permission on Flutter Web?
Is there any way to send "data messages", i.e. messages that don't trigger a notification, using Firebase on Flutter Web? The reason I want to do this is that I am developing an app intended ...
1 vote
0 answers
699 views
Push-API still not supported in Safari 16 (Technology Preview)?
We want to test if our implementation of web-push notifications will run in Safari 16 as well. So we downloaded the "Safari Technology Preview" 148 from https://developer.apple.com/safari/...
3 votes
0 answers
3k views
Does FCM support push notification to PWA on iPhone?
I host a PWA website and I am trying to integrate push notifications to my users who may have the website open in a browser tab even if their phones are inactive. You notoriously can't send Push ...
2 votes
1 answer
2k views
getRegistration().then gives just undefined
I am virtually a baby with Promise and serviceWorker things, and I have no idea why this happens. I had watched a video about Web Push and Notifications. https://youtu.be/ggUY0Q4f5ok At 1:26 of the ...
0 votes
1 answer
611 views
Is there a way to utilize the Push API in Angular without displaying notifications?
I'm hoping to utilize the Push API to push data changes from the server to an Angular app, thus removing the need to constantly poll for changes. Is this possible? All I can find is SwPush which ...
0 votes
1 answer
272 views
Chrome: Serviceworker Won't Transition To Running State When Receiving Push Message
We have implemented an SDK to ease the process of sending and receiving Push Notification. However, recently we are facing an issue that results in receiving Generic Notification(i.e., This site has ...