# Can app store user-specific data?

**URL:** https://community.glideapps.com/t/can-app-store-user-specific-data/71975
**Category:** Ask for Help
**Created:** [March 23, 2024, 10:07pm UTC](https://community.glideapps.com/t/can-app-store-user-specific-data/71975 "2024-03-23T22:07:00Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![floyd](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/floyd/32/72681_2.png) [@floyd](https://community.glideapps.com/u/floyd)
#### Post date: [March 23, 2024, 10:07pm UTC](https://community.glideapps.com/t/can-app-store-user-specific-data/71975/1 "2024-03-23T22:07:00Z")

</div>

I made an app where the user can choose whether an item in a list is a favorite or not by using a checkbox. I notice that when the user restarts the app, the favorites are not remembered. Is this a bug? Do I have to make the app private and require user registration and login?

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [March 23, 2024, 10:11pm UTC](https://community.glideapps.com/t/can-app-store-user-specific-data/71975/2 "2024-03-23T22:11:55Z")

</div>

Users have to sign in for user specific column values to become linked to a user and stored in the glide database.

---

<div class="post-metadata">

### Author: ![floyd](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/floyd/32/72681_2.png) [@floyd](https://community.glideapps.com/u/floyd)
#### Post date: [March 24, 2024, 7:06am UTC](https://community.glideapps.com/t/can-app-store-user-specific-data/71975/3 "2024-03-24T07:06:22Z")

</div>

Does that mean that I have to make the app require sign-in and that I have to be on the maker plan?

---

<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: [March 24, 2024, 8:06am UTC](https://community.glideapps.com/t/can-app-store-user-specific-data/71975/4 "2024-03-24T08:06:42Z")

</div>

Sign in can be enabled on any plan. It’s just the types and number of users that are allowed to sign in that varies by plan.

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [March 24, 2024, 12:07pm UTC](https://community.glideapps.com/t/can-app-store-user-specific-data/71975/5 "2024-03-24T12:07:42Z")

</div>

> [@floyd](#):
>
> Does that mean that I have to make the app require sign-in

Yes if you want users to be able to save values to user specific columns and have it stick to that user.
