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?
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?
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.