I am positive that I can send a Firebase Cloud Message when a record is added to the database or when some other database event occurs. My question is, if I have a record that needs to send a notification to a certain group of devices at a certain time, would I be able to do that easily? Is this something I could do on Google App Engine?
Example:
I have a list of records with different time values in them. When the time value of that record is equal to that of the server machine, send the message.