So the app has users (Firebase authentication)
Each user has some settings, and then a collection of json "stuff".
My thought is to have each user be their own root collection, then have a settings doc inside of that, and the also the data collection. With the reasoning being if I have to delete someone and their data it's just deleting the root with everything inside?
Am I thinking about this the right way? I don't want to get 2 years in and need to refactor because it's unmanageable.