# Can public users upload content to the glideapp?

**URL:** https://community.glideapps.com/t/can-public-users-upload-content-to-the-glideapp/71258
**Category:** Ask for Help
**Created:** [February 28, 2024, 3:52pm UTC](https://community.glideapps.com/t/can-public-users-upload-content-to-the-glideapp/71258 "2024-02-28T15:52:36Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Joe](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/joe/32/54373_2.png) [@Joe](https://community.glideapps.com/u/Joe)
#### Post date: [February 28, 2024, 3:52pm UTC](https://community.glideapps.com/t/can-public-users-upload-content-to-the-glideapp/71258/1 "2024-02-28T15:52:36Z")

</div>

Hi all! i have 3 related questions here:

1. Can public users post content on a page for all to see? photos or articles? Almost like a reddit type message board post

The app i have is private to each user (pages filtered by matching to User ID so each only sees their relevant data) but i would like a tab that is a community tab so people can post. Can this be done? if so, how?

1. If the above is possible, can I create a public profile for people to follow for their posts? Less important, but just curious.

2. Lastly, I’d ideally like people to be able to friend/follow each other and then have private/group conversation within the app. Is this possible somehow?

Thank you all!

---

<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: [February 28, 2024, 6:48pm UTC](https://community.glideapps.com/t/can-public-users-upload-content-to-the-glideapp/71258/2 "2024-02-28T18:48:45Z")

</div>

> [@Joe](#):
>
> Can public users post content on a page for all to see? photos or articles? Almost like a reddit type message board post

Yes, anybody can add or edit data if you allow it.

> [@Joe](#):
>
> If the above is possible, can I create a public profile for people to follow for their posts? Less important, but just curious.

If users are not signed in, any data that a users will not be linked to a specific user, but you could add something to your form to include a name or somethingike that.

> [@Joe](#):
>
> Lastly, I’d ideally like people to be able to friend/follow each other and then have private/group conversation within the app. Is this possible somehow?

I assume you mean users that are signed in. @Robert_Petitto has several videos regarding following/unollowing, and chat.

> [@Like / Dislike](https://community.glideapps.com/t/like-dislike/70664/2):
>
> This is what I used to do to create social favorite lists: [[Glide: Allow Users to Follow and Unfollow Each Other] ](https://www.youtube.com/watch?v=p1wk7NBVreM) \*this app was developed in Classic Apps and uses a bit of outdated logic, but the premise is the same.

> [@speech\_balloon Chat Component: A Complete Walkthrough](https://community.glideapps.com/t/chat-component-a-complete-walkthrough/67572):
>
> wave Hey fellow Gliders! The Comments/Chat component is a one-of-a-kind component that acts as both a Collection Component and a Form Container. The uniqueness of this component requires that we understand both its strengths and quirkiness. The video tutorial below walks you through: Setting up a messages table and table hierarchy Setting up the comments component Differentiating between the comments and chat views The After Submit action Hacking the component to add images to chat messages …

---

<div class="post-metadata">

### Author: ![Joe](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/joe/32/54373_2.png) [@Joe](https://community.glideapps.com/u/Joe)
#### Post date: [February 28, 2024, 6:50pm UTC](https://community.glideapps.com/t/can-public-users-upload-content-to-the-glideapp/71258/3 "2024-02-28T18:50:19Z")

</div>

Thank you all, can’t wait to check all this out!
