Do I have to protect Database ID?
Posted: Wed Apr 24, 2013 9:32 pm
Otherwise, what stops anyone that knows Database ID from creating Users?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Otherwise, what stops anyone that knows Database ID from creating Users?
In general yes. However, it's more of a general problem for mobile web apps -- for any other API it's the same problem.
If you are building a hybrid app, it's more secure as it's not as simple to view the page sources.
We are working on a server-side solution where the API keys will be saved on the server and never visible in the client.