I’m building an app where users can either be dog trainers or clients looking for trainers.
I’d like to show different content and navigation based on their user role after sign-in.
What’s the best way to set this up in Glide? Should I use visibility conditions or is there a better practice for handling multiple user types?
If I was going to handle this from the start like you are, i’d create two different apps that share the same data. Reason being, you can get lost in visibility conditions, and when you change something it can break the links.