I would like Profiles in glide apps, so multiple people could login to the Glide App on the same device. Thank you!
You mean this?
I think he means a dynamic profile switcher with the ability to choose between accounts that are already logged in in order to be able to change these profiles flexibly on a work device, for example.
As there is no native function for this, one option would be to create a table with groups or teams and to group different user accounts under it. Depending on the required location, a drop-down field for selecting the current user could be useful for service areas or warehouse locations with a terminal device. The user would be logged into a fixed account, but could retrieve data from the other profiles via indirect routes. IMPORTANT: Depending on the authorizations (Row-Owner etc.), a duplicate of the user table may be required here.
Yes! That is exactly what I mean. It would be nice to have like a Profile Selection screen, kind of like on Netflix. (Yes, I am relating Glide Apps to Netflix.)
Thank you!
Bentley
Yeah, so looking at what Glide offers right now, your idea to simulate a profile switcher actually sounds like a pretty solid plan. Youâd set up a main user table, then have a sub-table for the multiple profiles a user might switch between, sort of like having different hats to wear, and you switch hats depending on the job, right?
So for each profile, you could use Glideâs features to filter what the user sees. Itâd be like, âIf the userâs profile is X, show them Y data.â You can totally get creative with this using visibility conditions, roles, and user-specific columns. This way, users get to see only whatâs relevant for their selected âprofileâ at that time.
Just make sure when youâre setting this up, each userâs data is tied to their account securely, especially with sensitive info. Glide has these row owners settings that keep things locked down to just the right eyes.
Itâs not the Netflix-style profile switching but itâs kinda like making your own version of it with the tools youâve got. And who knows? If you share this workaround with the community and it gets traction, maybe Glide will see thereâs a real need for this kind of feature and make it happen.
Anyway, hope this helps, and good luck with your app!