I am creating a SaaS app to help organizations manage their members. I want to structure my database so that organizations can subscribe and then invite their members to sign up. Only members with an invite will be able to join. I want to make sure that each page in the app (Messaging, calendar, etc) displays the user's organization-specific information. If a user is in multiple organizations, I would want them to be able to be able to switch between them while they are in the app.
Is this possible in FlutterFlow? Is so, how can I structure my database/app to achieve this?