I have a task to do cloud reminders using Firebase. I have a time stamp of reminder in my DB. So I need to send notification at that time.
In Firebase test console there is a option to send notification in certain time, but I haven't seen this option in MessagingOptions
.
So what is the best way to implemet cloud reminders using Firebase Functions? Also: time of reminder can be changed or removed at all.