Hi,
I’ll try to be as specific with my question as I can even though I know I’ll fail:)
There is all the info I need about network download, about json or maybe sql, there is even AWS plugin I am thinking about using and yet I failed to find how one would save securely and require user generated content, so that the user could really download and access just the info relevant to him/her - and maybe have the option to share it to specific user.
I am cooking up an idea for an app and I wonder how one would go about this:
The app would ask users to sign in (if they would want to access their data in case they loose or change their phones), the data the app would collect is text and numbers. Do I save specific json file for every user or do I make some kind of sql matrics with Ids and passwords - If so, how do I download just specific entry? How can users than access the data if it’s stored on AWS?
I know DEVELEPHANT is a Corona/Lua master for this sort of things, but I strugle to understand his plugins or if they are applicable in this case.
I know they are basic questions, but I couldn’t find any beginner tutorials about this.
Thank you for your help.