I have created one mobile app and one reactive web app so now i want to use mobile app database table in reactive web app. For that i tried to add mobile app dependency in web app but I was unable to find the database while adding mobile app dependency in web app.
Someone please help me how can we do it?
Hi,
Make sure to have the entities in a separate blank or service module, then reference it from the mobile and the reactive web app.
Make sure to have the entities set to public read-only and create public actions for add,.update and delete.of entity records.
As the entities are public you can use them in mobile and reactive aggregates and data fetch actions.
Regards,
Daniel