cron job for deleting records on firebase cloud functions
I have a Firestore database that consists of records with an "endDate" field. Based on this field I want to delete some records once a day and run a cron job for them. For example, if today is November 22,…