Should I be deleting unused data? Or should I just create a field to hide it?

Hey Bubblers,

Just a question I’m pondering on. Should I be keeping all the data entered into my app and not delete any of it, instead just create a “deleted?” field?

2 Likes

Apps that I do this with I throw everything on an external DB like fire base and delete here to avoid bubble including it in search.

Additionally we created our own in app logging for all actions on our software and store that in an external DB.