Firestore timestamp and cloud function issues when scheduling notifications for my flutter app
I have a cloud function that is scheduled to run at 8pm PDT every day to check if a certain condition is met for each user in my firestore database. If the condition is met, the function will add a document to a collection called ff_push_notifications. My problem is with the scheduling time.