We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
Sorry for posting this here, but is there a way to use this get/handle/receive "browser" web push notifications?
I mean when i get to a website, allow notifications in chrome, copy the subscription afterwards like
{ "endpoint":"https://fcm.googleapis.com/fcm/send/dloZUlO...," "expirationTime":null, "keys": { "p256dh":"BEpROwR...", "auth":"P25vxuGf..." } }
and use it with push-receiver and maybe achieve the goal of receiving web push notification on a server side client?
The text was updated successfully, but these errors were encountered:
i am using it on server side for receiving notification in nodejs
Sorry, something went wrong.
No branches or pull requests
Hello,
Sorry for posting this here, but is there a way to use this get/handle/receive "browser" web push notifications?
I mean when i get to a website, allow notifications in chrome, copy the subscription afterwards like
{
"endpoint":"https://fcm.googleapis.com/fcm/send/dloZUlO...,"
"expirationTime":null,
"keys":
{
"p256dh":"BEpROwR...",
"auth":"P25vxuGf..."
}
}
and use it with push-receiver and maybe achieve the goal of receiving web push notification on a server side client?
The text was updated successfully, but these errors were encountered: