How can I set up different sign-in experiences for Trainers and Clients?

Hi everyone!

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?

Thanks in advance! :folded_hands:

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.

Here are some tips for you:

1 Like
1 Like