I am building a booking app using Ionic and Firebase.
I want to send a reminder (a push notifications) before the booking time to the user.
Does Cloud Functions for Firebase support such triggers yet? Or do I need a NodeJs server? How should I go about this?