# User Generated Content

**URL:** https://community.glideapps.com/t/user-generated-content/37005
**Category:** Ask for Help
**Created:** [January 10, 2022, 9:51pm UTC](https://community.glideapps.com/t/user-generated-content/37005 "2022-01-10T21:51:14Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Tessmillhollon](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/tessmillhollon/32/84230_2.png) [@Tessmillhollon](https://community.glideapps.com/u/Tessmillhollon)
#### Post date: [January 10, 2022, 9:51pm UTC](https://community.glideapps.com/t/user-generated-content/37005/1 "2022-01-10T21:51:14Z")

</div>

I’m getting my app into the app stores. Since I have user generated content (a feed where they can post pictures) Apple is needing me to incorporate these aspects:

- A method for filtering objectionable content
- A mechanism for users to flag objectionable content
- A mechanism for users to block abusive users

Does anyone know if this is possible? Or should I simply remove the “feed” portion of the app? (It’s not completely necessary for the apps function but it would be nice to have)  
Thanks!

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [January 11, 2022, 12:49am UTC](https://community.glideapps.com/t/user-generated-content/37005/2 "2022-01-11T00:49:37Z")

</div>

> [@Tessmillhollon](#):
>
> A method for filtering objectionable content

If you use a non-details layout then there should be an in-app filter option.

> [@Tessmillhollon](#):
>
> A mechanism for users to flag objectionable content

You can add a form button for users to flag a post, then as an admin you read all reports and decide what to do next with the post (letting the creator know about it, delete the post, etc.).

> [@Tessmillhollon](#):
>
> A mechanism for users to block abusive users

You can theoretically add a table to store all blocked users, then use a relation to check if the signed-in email is among those blocked users. If the relation is not empty, don’t show them any tabs.

---

<div class="post-metadata">

### Author: ![Tessmillhollon](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/tessmillhollon/32/84230_2.png) [@Tessmillhollon](https://community.glideapps.com/u/Tessmillhollon)
#### Post date: [January 11, 2022, 3:32am UTC](https://community.glideapps.com/t/user-generated-content/37005/3 "2022-01-11T03:32:16Z")

</div>

Thank you for all the information! For the filter option I think it’s asking me to make filtering an option for the user. (Like the user can filter the feed) Is that what you are referring to?

I’ll have a look at the other recommendations tomorrow. Thanks again.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [January 11, 2022, 4:25am UTC](https://community.glideapps.com/t/user-generated-content/37005/4 "2022-01-11T04:25:20Z")

</div>

Yes, it should be an option for the user.

> **[Filter](https://docs.glideapps.com/all/topics/ux/filter)**
>
> Filter your lists based on criteria

---

<div class="post-metadata">

### Author: ![Tessmillhollon](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/tessmillhollon/32/84230_2.png) [@Tessmillhollon](https://community.glideapps.com/u/Tessmillhollon)
#### Post date: [January 11, 2022, 4:15pm UTC](https://community.glideapps.com/t/user-generated-content/37005/5 "2022-01-11T16:15:48Z")

</div>

Perfect thank you so much.
