I have an app for users and staff. I have created individual signup and sign-in pages for each user with email authentication. When the users are logged in, they are to see a different page and when the staff are also logged in, their logged-in page is different. Now the issue I am having is that Flutterflow has a consistent page for the logged-in page but I want a different one for different users.
Example: When the users are logged in, whenever they log in again, they should see a list of things while when the staff log in, they should see the dashboard.
Note: this is not about navigating to those pages after signup but navigating to those pages as logged-in users.