I need help... I'm trying to make a firebase cloud function that can send notifications (using FCM service) to a specific user at a particular time of the day and the time is dynamic for every user which you can get from firestore. also, it should function like an alarm, repeating every day at the same time for each user.
PS: Using Javascript, not Typescript.