Two Questions regarding Published Apps

I have two questions regarding published apps please.

Firstly, I’ve published a sample site so people can see what the app looks like and play with it by making it a public app, no user login required. But my question is can I make a certain user profile the profile that people use on the sample? Or is it a matter of deleting all but one user profile that I want used and THEN publishing the app? Reason being is some users can see part items where as other users can see all items so I want the guest to see all the items.

Second question, same scenario of public site no login. I was going to have a landing page to gather users emails just into a general table, not a user table. I can do that no worries but is it possible for the app to be smart and if that user comes back to the app at another time, it knows they have been before so it wont show the landing screen and instead go to the regular starting page? I figure it is something to do with Client ID from what I’ve read (where it tracks browser ID) but I’m not sure how to implement or even if its possible.

Oh, and I’m using the free version of Glide in case that makes any difference.

The answer is essentially no in both cases. The bottom line is that if Users are not signing in and creating profiles, then you have no reliable (and secure) way to identify a user.

1 Like

Ahh, ok. Shame. I thought ClientID was the key for second question but I obviously didn’t fully understand. And I wasn’t sure about first question. But thanks for letting me know.

You could make a guess based on device attributes - browser type, version, screen size, etc. But it won’t be reliable and you’d most likely end up creating more problems than you will solve.

1 Like

I agree. Speaking from experience with the CSS library, I wouldn’t recommend building the same thing for any serious apps.

1 Like

How many profiles named “Darren” do you have in that App?
Asking for a friend…

1 Like

12 Darrens, 1 Darren Murphy, 1 Darren Humphries. Glad you asked :laughing: .

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