Hi,
I'm building an MVP of a food delivery app. For this app I'll need two types of auth user on the login screen: customers and retaurants.
When a customer logs in they'll see the restaurants they can order from.
When a restaurant logs in they'll see their orders coming through.
Can this be done in FlutterFlow? Thanks.