Hello I am working on a mobile app that needs to display data from a database in the mobile app the only issue I'm having is that the database is behind a firewall and we don't want thousands of mobile apps talking to this database directly, so after doing some research I found the best way to go about this is to make a mobile service that talks to the database and then pulls the data into the mobile app. This all sounds fine logically but how do I make work code-wise? any suggestions would be amazing
Thanks in advance!