I am creating a cleaning app where users can schedule appointments with staff members and staff members can see their schedules. I don’t know how to create two different user types and have both have a relationship with the jobs data collection. I would appreciate any help on the matter?
Welcome.
You can make this happen with a true / false property.
i.e. staff? = true / false ( if it’s one user type, than it’s not another )
This should take care of your relationship concern as well.
Try learning / finding your Adalo answers by using the documentation and university, before asking the forum. If you need an example similar to what you’re doing with multiple users… try to follow a “marketplace” tutorial. or uber, or Airbnb clone…
Happy building.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.