I found many answers in this topic. Example How to repeat notification daily on specific time in android through background service. I guess notifying using alarm service will become deprecated too in the future sdk versions.
Is there a way to send notification using firebase cloud messaging under certain conditions?
For Example, If child A exists for user B in firebase, then the notification should be sent from FCM to the user B, but only once per day.