So I have a text editor app and I plan to have it with user registration so that they have their own account.
However, I am making database (as an example it has “Documents” database/datatype) to save the text on the editor so they can save progress for later.
Will each user have their own document database automatically?
I am thinking that ALL registered users will be using that one document database and everyone can access the text of all saved text of users