I have a background in android development with almost no knowledge of server side implementations. I want to create an application wherein I can store user's data on the cloud (for example: user's call log or periodic gps location). I have had a look at parse.com features and it comes pretty close to what I need. Its especially attractive because of its ease of use and good documentation.
However, I need to provide the user access to this data from a web service as well (suppose the user doesn't have access to his/her phone). For this I need to create a user login support on my parse application page. Is it even possible to do that?
Also, I want to run some analysis on this data and present the user with this analysis through this online account.
Are there any other backend frameworks which can help me achieve this quickly?