How can I update a date variable in Node.js Express server every midnight to fetch from new collection `data-${date}`?
I have an express server server where I need to fetch new collection from firebase that is of formate data-${date} . How can I use node schedule (or anyother method) to accomplish this task . Code is mainly of format…