# Usuarios y App

**URL:** https://community.glideapps.com/t/usuarios-y-app/72884
**Category:** Ask for Help
**Created:** [April 26, 2024, 3:22pm UTC](https://community.glideapps.com/t/usuarios-y-app/72884 "2024-04-26T15:22:45Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Erica\_Elizabeth\_Gelv](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/erica_elizabeth_gelv/32/71275_2.png) [@Erica\_Elizabeth\_Gelv](https://community.glideapps.com/u/Erica_Elizabeth_Gelv)
#### Post date: [April 26, 2024, 3:22pm UTC](https://community.glideapps.com/t/usuarios-y-app/72884/1 "2024-04-26T15:22:45Z")

</div>

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

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [April 26, 2024, 3:32pm UTC](https://community.glideapps.com/t/usuarios-y-app/72884/2 "2024-04-26T15:32:24Z")

</div>

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.

> **[Row Owners | Glide Docs](https://www.glideapps.com/docs/essentials/security-and-user-data/row-owners)**
>
> A secure way to restrict access to certain rows.

> **[Filter | Glide Docs](https://www.glideapps.com/docs/reference/user-experience/filter)**
>
> Filter your content based on criteria.
