# How can I generate a PUBLIC url that displays items that a user has added to a Glide App?

**URL:** https://community.glideapps.com/t/how-can-i-generate-a-public-url-that-displays-items-that-a-user-has-added-to-a-glide-app/43422
**Category:** Ask for Help
**Created:** [June 23, 2022, 9:14pm UTC](https://community.glideapps.com/t/how-can-i-generate-a-public-url-that-displays-items-that-a-user-has-added-to-a-glide-app/43422 "2022-06-23T21:14:42Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![Butter-Bee](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/butter-bee/32/15102_2.png) [@Butter-Bee](https://community.glideapps.com/u/Butter-Bee)
#### Post date: [June 23, 2022, 9:14pm UTC](https://community.glideapps.com/t/how-can-i-generate-a-public-url-that-displays-items-that-a-user-has-added-to-a-glide-app/43422/1 "2022-06-23T21:14:42Z")

</div>

Hey All,  
Users on my app have requested the ability to share a public URL of the things they’ve added to our app with people who have not logged into the Glide app itself.

_ATM you have to create a profile and login to see things that people have added to the app_

Ideally this would be a unique, public URL that each user gets when they create an account that they can share with others.

Has anyone done something like this?

And How might I go about this? Could I use Glide Pages?

---

<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: [June 24, 2022, 12:41am UTC](https://community.glideapps.com/t/how-can-i-generate-a-public-url-that-displays-items-that-a-user-has-added-to-a-glide-app/43422/2 "2022-06-24T00:41:07Z")

</div>

So currently where are you showing that list? In the user profiles view of each user?

---

<div class="post-metadata">

### Author: ![Luther](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/luther/32/17929_2.png) [@Luther](https://community.glideapps.com/u/Luther)
#### Post date: [June 24, 2022, 10:06am UTC](https://community.glideapps.com/t/how-can-i-generate-a-public-url-that-displays-items-that-a-user-has-added-to-a-glide-app/43422/3 "2022-06-24T10:06:43Z")

</div>

I do have something similar or maybe different I don’t know but in my case I made my App public with no sign-in required and then those tabs or pages where I want people to login then I use a sign-in button in combination with visibility conditions. So basically, if you want to create a post or add something to the App, you need to be registered and have a profile but if you are there just to view via a link shared with you (Deeplink for that screen) then you don’t need to have a user profile and you are able to view the post on the page you have been directed to via that deep link…

---

<div class="post-metadata">

### Author: ![Butter-Bee](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/butter-bee/32/15102_2.png) [@Butter-Bee](https://community.glideapps.com/u/Butter-Bee)
#### Post date: [June 24, 2022, 12:54pm UTC](https://community.glideapps.com/t/how-can-i-generate-a-public-url-that-displays-items-that-a-user-has-added-to-a-glide-app/43422/4 "2022-06-24T12:54:51Z")

</div>

Yes, at the moment the list is viewable from the individual’s profile. But to see that list other people need to create a profile and login first.

---

<div class="post-metadata">

### Author: ![Butter-Bee](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/butter-bee/32/15102_2.png) [@Butter-Bee](https://community.glideapps.com/u/Butter-Bee)
#### Post date: [June 24, 2022, 12:58pm UTC](https://community.glideapps.com/t/how-can-i-generate-a-public-url-that-displays-items-that-a-user-has-added-to-a-glide-app/43422/5 "2022-06-24T12:58:36Z")

</div>

Hmmm, any chance you could show me an example of this/your app? I imagine then that you created your own profile login page/interactions (w/ password, user name, etc)? Instead of using what glide offers, OR is there a way to only wall of specific content/interactions with Glide’s login, and have other content freely accessible?

---

<div class="post-metadata">

### Author: ![Luther](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/luther/32/17929_2.png) [@Luther](https://community.glideapps.com/u/Luther)
#### Post date: [June 24, 2022, 5:57pm UTC](https://community.glideapps.com/t/how-can-i-generate-a-public-url-that-displays-items-that-a-user-has-added-to-a-glide-app/43422/6 "2022-06-24T17:57:56Z")

</div>

Yes, you can “wall off” some tabs or components using the visibility conditions. The visibility conditions would be based on “If email is not empty”…  
If the email is not empty then the user would be able to access that information that was walled off.  
You can even extend this further by building your own custom sign up form which @Robert_Petitto does very well in teaching in his gamification App, the first tutorial covers this extensively. It also covers some visibility conditions that you can use to customise the user experience for the different types of users.

> [@How To: Build a Gamified Glide App (updated 10/6/20)](https://community.glideapps.com/t/how-to-build-a-gamified-glide-app-updated-10-6-20/13102):
>
> Learn to create a gamified Glide app from scratch! Complete with XP, in-app currency, ranks, progress bars, guilds, challenges, inventory and item stores. Part 1: Create your spreadsheet, design an onboarding experience, set up user profiles, and add users to guilds! [[Gamify your Glide App #1: Onboarding, User Profiles and Guilds] ](https://www.youtube.com/watch?v=2RrwaKKcm00)

Some components are also hidden using this method so that they only show of user has a profile or if they don’t have a profile which means they are guests.

---

<div class="post-metadata">

### Author: ![Butter-Bee](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/butter-bee/32/15102_2.png) [@Butter-Bee](https://community.glideapps.com/u/Butter-Bee)
#### Post date: [June 24, 2022, 8:28pm UTC](https://community.glideapps.com/t/how-can-i-generate-a-public-url-that-displays-items-that-a-user-has-added-to-a-glide-app/43422/7 "2022-06-24T20:28:39Z")

</div>

Brilliant! I’ll give this a look/try.

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [June 25, 2022, 8:29pm UTC](https://community.glideapps.com/t/how-can-i-generate-a-public-url-that-displays-items-that-a-user-has-added-to-a-glide-app/43422/8 "2022-06-25T20:29:17Z")

</div>

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.
