How can I schedule firebase messaging to send a message at a specific time everyday?
I would like to use firebase messaging to schedule a message everyday, at a specific time(say 9PM). How can I achieve this? Also, is it possible to achieve this without using firebase cloud functions? Thanks in advance.