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.