Open kirbyk opened 10 years ago
is this something that can be triggered with the firebase api, or will we need to have a worker go through and determine the status of all data and delete selectively? If its something that can be triggered then lets just do it every time somebody opens the app.
Sigh. I was hoping no one would suggest this. It feels like a really shitty solution.
I'm going to email the Firebase team about this, because the Firebase team has examples on their website that reset every 24 hours.
Here's how they do it. https://stackoverflow.com/questions/15990681/firebase-chat-removing-old-messages I'll probably implement this today.
We need some worker to cleanup (delete) any content older than 24hrs. Any ideas?