Page 1 of 1

Uploading app user data to a common database

Posted: Wed Feb 11, 2015 1:49 am
by Ossama Mughal

Hi there,

I'm a newbie to this and am building a simple app in which a user fills out a form and the data is stored as local storage variables. Is it possible to upload this data to some kind of common spreadsheet database that I can monitor somehow?

Thanks!


Uploading app user data to a common database

Posted: Wed Feb 11, 2015 7:15 am
by Illya Stepanov

Hi Ossama -

If you are uploading this data from the form to a Appery.io database you can export it to CSV file or JSON, you can read more here: http://devcenter.appery.io/documentat...


Uploading app user data to a common database

Posted: Thu Feb 12, 2015 1:09 am
by Ossama Mughal

So you're suggesting that each person using this app when they input data and submit that data is all stored in the Appero.io database? Will this database keep running if i cancel my subscription for developing apps on Appery.io?


Uploading app user data to a common database

Posted: Fri Feb 13, 2015 3:27 am
by Yurii Orishchuk

Hi Ossama,

Better way to use DB functionality to store/get user information.

Please pass following tutorial to understand how it works:

http://devcenter.appery.io/tutorials/...

Regards.


Uploading app user data to a common database

Posted: Tue Feb 17, 2015 3:38 am
by Ossama Mughal

Thanks i'll check it out.