I am extracting a document from a collection called 'Users'. Then I want to push the document with some updations to a collection 'pending'.
The Invoke a cloud function every day and get data from my users' collection. Every document has a timestamp.
I check every day if the date is equal to the date on the server. if yes, then it executes the function for adding the data to the new collection pending.
How can I ensure if It will work correctly?
Thanks in advance!
Via Active questions tagged javascript - Stack Overflow https://ift.tt/WkL6GMg
Comments
Post a Comment