Get more data form user on server code.
Hi!
How i get more information about the user data on the server code?
Thanks
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/
Hi!
How i get more information about the user data on the server code?
Thanks
Hi Vitor,
If it is a local application data stored, for example, localStorage, then you can do this only if the user application sends these data in request to the server code call address.
Ok Katya. So, don ́t have a database api like this DatabaseUser.getUser(DB_id, user._id, user.sessionToken) on server code?
Thanks,
Hi Vitor,
Could you please clarify your question?
Appery.io has Database API (http://docs.appery.io/documentation/b...). You can pass any data to server code (http://docs.appery.io/documentation/b...). What you tried and what is the exact issue?