I am in the process of building a PWA using ASP.NET and would like to add push notifications. The application is a survey app and I have a SQL database which has a table which stores the user Id, last completed date of survey 1, and last completed date of survey 2. I'd like to add a push notification for when the last completed date has gone past 7 days to prompt the user to go into the PWA and complete the survey again. Being new to ASP and PWAs, I've tried searching but have so far found no solution on how to go about implementing this, or even if what I'm trying to do is possible. Hoping theres someone out there that can offer a bit of guidance? Thanks in advance