I'm programming an event-based web app using javascript and firebase. What I want is 10 minutes before the start of the event a cloud message to the organiser. I suppose that I must add the notification immediately after the reservation has been added to the database but I have no idea what this "thing" must contain.
function AddEvent(){
//Event Added to firebase
//---Something to set a message with eventtime-10 minutes
}
I really appreciated it if someone can help me and also expand my knowledge.
Kind regards