Thursday 16 March 2017

Firebase Run a Query each 24 hours

I have a firebase database that contains a "reservations" document and "reservations history" document.I want to execute a function each 24 hours to delete old data from reservations but keep it in the history one. I can do this manually but I don't want to run the function everytime.

My question is: Can be this implemented with Firebase functions? If not, how can it be done ?



via Missak Boyajian

No comments:

Post a Comment