Forum Academy Marketplace Showcase Pricing Features

Will each user have their own separate database automatically?

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

Hi there, @hirayaleads… you will only have one Documents data type, and each user will have their own thing(s) (i.e., records or rows) in that data type. You can control access to those things through a privacy rule on the Documents data type that makes a thing visible only when the thing’s creator is the current user. Make sense?

Hope this helps.

Best…
Mike