Hello, I know that the question sounds rare but I explain
. In my app I want the user to select a date and time for your post to be published. How could I automate that?
Basically that the app produces an event or something so that said post will be published on the determined date. If I gave myself, I would appreciate your help.
Thanks beforehand 
I think you must do it in back-end with a schedule task… I am doing with Firebase cloud functions.
2 Likes
hmm that was my first thought, but i wanted to check to see if AppGyver had something i could work with. Thanks anyway
I’ll try that then
I would agree with Serge. Maybe post it immediately but add a visibility field so it can´t be seen until the specified time. That might be simpler than a process to post at a specific time.
2 Likes