I am coding an app using Swift and using Firebase to store data that users have inputted. I want that this data to reset daily, where the previous days data is cleared stored somewhere (maybe automatically downloads to an excel), and then fresh new data can be entered into Firebase. Is there a way to do this from Firebase? Or should my code perhaps do this from the Swift code itself?
Thanks!