I am trying to send a push notification to multiple users. On the first load of a page, I will subscribe the user for Push API and gets the EndPoint and storing that in Database for sending push notifications.
Do i need to continuously check for PushSubscription.Endpoint and update the database? Or it is fixed?