Push Notifications and Timing Alerts

What is the best way to set up push notifications as reminders/timing alerts? In our project, we need to set reminders for our consultants about their upcoming inspections. We want these notifications to be sent automatically at specific times ,to their individual accounts, based on the inspection dates set by this user. We plan to use cloud functions for this (or even firestore). Also, how can we show these notifications message on the ‘Notifications’ screen, so later users can check them?

for the automation of the reminders, this would be based on a formula in every X days to inspection. This would be on a settings page for location alerts. These alerts and when read need to be noted in the system as well so admin can see that a consultant read the alert.