The most typical way to do this is to build a web service that acts as a frontend for the data you want to store.
You will have to create website which can accept and process some data, potentially persisting, modifying or retrieving from a database, and access this website from the app's code.
Providing direct access to a database to arbitrary users would be very unwise.
The most typical way to do this is to build a web service that acts as a frontend for the data you want to store.
You will have to create website which can accept and process some data, potentially persisting, modifying or retrieving from a database, and access this website from the app's code.
Providing direct access to a database to arbitrary users would be very unwise.