Greetings all,
I apologize if this question has been answered but I’ve searched for quite a while both online and in the forum and have not found a definitive answer.
I am building an application that companies will use to store data specific to their operations. With this in mind, I need to be able to offer the following:
- A User can sign up and create a new Company
- User can invite other Users from their Company to join the application
- Users belong to a Company and can only see data owned by that Company (many Users to one Company)
- The app allows for multiple Companies (multi-tenancy)
I’m not so worried about having dynamic subdomain assignment (would be nice but it looks like it is not available) but the data does have to be owned by the Company. So for example:
User1 belongs to CompanyA - when UserA signs in, the welcome screen says “Welcome to CompanyA”
User2 belongs to CompanyB and sees “Welcome to CompanyB” when they sign in.
I’m really hoping that this is already accounted for in Bubble but I am not sure.
I am also not sure if the Production tier is required to satisfy this and if so, not clear if a new subscription is required for each sub-app.
Thank you in advance for your help!