Hey,
Context
Im running 2 products in total.
Consumer App (Login, Create account, order something, receive push updates)
Merchant App (Login, Create account, create products .... yada yada)
I have both products connected to one firebase and they can communicate with each other (CRUD from both Apps in one Firebase). So far so good.
Problem
Now I want to create a 3rd product which uses the same database as the other two with similar features CRUD.
I feel like I always have to create the same database structure in both my flutterflow projects (and make sure they are in sync) for both apps. Now I need to re-create the whole firebase database in my flutterflow project again.
This must be a Layer 8 Problem but I can't figure out an efficient way to simply copy/paste or keep all my projects in sync from a DB perspective.
Happy for any tipps while I throw myself into the Docs again.
Thank you!