2 apps, 1 database

I’m thinking of building 2 apps which would share the same database.
For example a transport dispatcher creates the database entries and assigns drivers to jobs, using app #1.
Drivers can look at available (unassigned) jobs using app#2, and inform dispatcher if they are in the area, and so on.
Is this possible with Bubble?

Yes, you can use the App Connector.

https://manual.bubble.is/using-plugins/special-plugins.html?q=#the-bubble-app-connector

1 Like

Thanks. That looks perfect.