tyhoff / Clock

A Pebble Smartwatch application called Clock - it's just a clock
11 stars 1 forks source link

Cleanup Firebase #15

Open kirbyk opened 10 years ago

kirbyk commented 10 years ago

We need some worker to cleanup (delete) any content older than 24hrs. Any ideas?

scottopell commented 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.

kirbyk commented 10 years ago

Sigh. I was hoping no one would suggest this. It feels like a really shitty solution.

kirbyk commented 10 years ago

I'm going to email the Firebase team about this, because the Firebase team has examples on their website that reset every 24 hours.

kirbyk commented 10 years ago

Here's how they do it. https://stackoverflow.com/questions/15990681/firebase-chat-removing-old-messages I'll probably implement this today.