Usuarios y App

hola, necesito que cada usuario tenga sus datos en las tablas individuales, es decir carga los datos y los usa exclusivamente,
como debo hacer?

Use one table, and apply one of the two following methods:

  • If it needs to be secure, so that it is impossible for one user to see any other users data - then use Row Owners
  • If it doesn’t need to be secure, then you can apply collection filtering on the front end when the data is presented.
2 Likes