Spike: Create a web app that sends push notifications on Android #1

Closed
opened 2024-04-16 22:48:17 -04:00 by aCheeseInTheDark · 1 comment
No description provided.
aCheeseInTheDark added this to the Tack Up Now project 2024-04-16 22:48:17 -04:00
Author
Owner

Managed to send a push notification using this tutorial: https://codelabs.developers.google.com/codelabs/push-notifications/#8

Results:

  • Choosing "forever" as the notification duration allowed me to receive my notifications even if the page was not added to the home screen.
  • A secure connection or localhost is required for serviceWorker to be present on navigator
  • The service worker's only job is to respond to the notifications
Managed to send a push notification using this tutorial: https://codelabs.developers.google.com/codelabs/push-notifications/#8 Results: - Choosing "forever" as the notification duration allowed me to receive my notifications even if the page was not added to the home screen. - A secure connection or localhost is required for serviceWorker to be present on navigator - The service worker's only job is to respond to the notifications
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: aCheeseInTheDark/tack-up-now#1
No description provided.