How do I differentiate types of users on my app?
Hello! Yet another question!
I have tried to figure this out for awhile but have gotten absolutely nowhere. Here's what I want to have:
Two types of users: "Providers" and "Clients"
This differentiation will occur in the sign up process where the user will get to choose what type of user they want to be (currently I have been trying to figure this out by supplying two checkmark boxes to choose from)
The Providers will be able to upload their picture, a short bio, etc.
The Clients will only be permitted to choose their age, sex, picture, and location.
So.. How does one go about the process to achieve this? I'd appreciate any help that can be provided. Thank you!