Need to know that am i understand correctly.
private - this means if i give email in user table can access ?
Also ensure this user table member can allow to edit this website ?
Manish Websites team - this means that whoever i invite in the team under manish website team can sign in ?
Also ensure the invite to add member to the team can edit this website ?
users in the users table - this means if i give 2 email,this 2 email members can access this website?
Also ensure that the 2 email can edit this website ?
Also,this website should not allow to edit in the editor by the owner of the shop,this website should be edited by my email only but they can login and add,update and delete.
what should be the ideal setup in privacy settings ?
It means :
your app is not public
= not anyone with the link can access the app
= to access the app this person needs to be whitelisted
= to access the app this person’s email needs to be accepted ahead of time
= to access the app this person’s email needs to be accepted ahead of time, either as an email in your users table (with user profiles set up) or as an email of a manager/admin of your team (at the dashboard level in Glide).
Private or public only has to do with accessing your app or page, where users can read, create, update and delete data, as well as perform actions. Public or private has nothing to do with the development aspect of your project in Glide.
It means the list of emails that are given access to your app/page, the ones that can sign in, is the list of managers or admins of your project (your team). These people can sign in to your app and also access Glide to develop your project.
I have never tried setting up user profiles based on an array of emails.
The easiest way to know is to try: create two email columns, create an array column with those two emails, set up user profiles based on that array column, try to sign in to the app with both emails.
As long as you don’t select “Your team” as the list of emails that can access (=sign in to) your app/project, the shop owners will not be able to access the development area of your project.
3 Likes