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.
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.