I think I need to build two apps with the same name but I’m not sure… Only thing one needs to be private and the other needs to be public. I need my users to be able to create profiles in the app, take pictures, chat with one another and rate things on GLIDE APP 1.
Then I need Management of whatever company that’s being rated to be able to discretely log into GLIDE APP 1 to see the customers they want to reward by chatting with their own team “OF THE SAME APP”?
How can I separate the two but keep them together under the same roof? Example: Mark Zuckerburg and his team flag post on FB and IG regularly. You just don’t see them nor know they exist on the FB but they can see the post you create and use admin privileges to take your post down. Only thing is this is not flagging. They’re just watching your post and making an internal organizational decision on how to reward you for being a valued customer? HELP
Just create the two apps and point them to the same spreadsheet. Add the functionality you need to each one. I would suggest that the management one would be a whitelisted style of login.
could you give sample app that have two chat ? How do you get buyers and sellers chatting before they deal with a transaction?
I 'm making a marketplace. I want the order form entered in my sheet from the buyer to be automatically copied to the seller too, how can I do that?
then can I make a ticket automatically for the buyer from my sheet after the transaction of them ? After that, I can automatically make a billing to the seller to take a commission?
How do you get buyers and sellers chatting before they deal with a transaction?
Hi @George_B, I have a similar question. I have one spreadsheet which points to a public and admin app. How do I duplicate both apps with their functionality to a new single spreadsheet?
@Jeff_Hager Thanks a lot for the clarity. I figured it was not possible based on this forum Admin apps + editing rights before I made the effort to rebuild the app.
What I have been doing of late, is creating the admin app first and after it is complete I make a duplicate of it keeping the same sheet. This duplicate is now pointing to the same spreadsheet and I remove the various things, like edit or add capabilities, or specific admin pages from the copy. Now the app is the users app and can be distributed.
It is a lot easier to remove the admin functions than develop to independent apps.
I found the component visibility features to be awesome. In the same app I’ve made public, also contains buttons that only I can see, for example, granting new users to an app that is Email Whitelisted, or adding/editing new stops in my Transportation app. The other app users never see this added functionality in the app, but for me, it sure beats having to go back to my spreadsheet all the time.
Create a column in the spreadsheet for that tab in your app. Name it something like, “Admin Rights” or whatever you like. Then, place your email address in all rows under that column that you need access to. Then use Conditional Visibility on the component that you want hidden. Under the settings, choose the column “Admin Rights” or whatever you named it, then choose “is signed-in user.” This ensures that only you can see everything.
I hope I explained that correctly. @JackVaughan actually did a video on this very subject, which is what helped me greatly.
So here’s the thing. There is a way to do this, but it doesn’t appear to be officially supported so I try to avoid suggesting it. If you set your app to public with email, then you can apply any settings that require ‘signed in user’. Then if you change your app back to public, it will be publicly accessible, but you can sign in via the side menu and the ‘signed in user’ parts should work as set up. The only thing is, you have to change your privacy setting any time you want to add per user components and you will see warnings that the option is not supported when you switch back to Public. I don’t know why glide doesn’t allow this work now. Maybe there is some background issue that I’m not aware of. It just feels like it would be easy for them to allow. The only reason I wouldn’t suggest it is because there’s no guarantee that they would continue to allow this hack, so it might bite you later.
Very interesting @Jeff_Hager, thanks a lot! I fully share your point that this should not be done, but it’s a good finding that indicate that we’re not so long to have public / admin apps!
Hmmm I’ve tried this, @Jeff_Hager, but it doesn’t work for me. As soon as I turn it back to “Public” the burger menu disappears. Maybe they’ve “fixed the bug” in the meantime?
The hamburger menu will automatically show if you have enabled public with email, but it will also show if you have any additional tabs in there. This might be a good place for an about tab or something like that. As long as you’ve added something to the menu, it will keep showing, no matter the privacy setting.