Push Notification

[denied] <-- [prompt] --> [subscribed] <--> [granted]

PWA supported: {{isPwaSupported}}
push notification status: {{status}}.

Click on the info icon on the URL bar to re-enable again.

Click here to request permissions to subscribe.

Click here to subscribe (permission already granted).

Click here to unsubscribe.

Send notification using curl:

curl -X POST {{endpointUrl}}
curl -X POST \
  --header "TTL: 600" \
  --header "Authorization: key=[YOUR FIREBASE API KEY]"
  {{endpointUrl}}

Client keys:

{{clientKeys}}