bb78520
Posts: 0
Joined: Sat Apr 12, 2014 7:30 pm

Simple REST question

I am creating my first app and have a question as to the REST database and final publication of the app. Will each app downloaded by someone have its own instance of the REST database. I ask this because I DO NOT want to use a login but rather have placeholder text in place that can be updated and have only one user in each app downloaded. Have some HIPPA requirements

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Simple REST question

Hello -

If you mean Appery.io database service - it's a database that is not stored on any device itself, it's stored under your account as a cloud based service to store app data and only you can modify data inside (if you want so). The communication with DB data is based on RESTful APIs.

For more information please visit our Docs section here:
:: http://docs.appery.io/documentation/b...

Return to “Issues”