I'm developing a simple application that I'm planning to release to the market. The application will require at least weekly updates.
I'm planning to use Parse for the backend communication and data storage and exchange. But maybe I was thinking that it is a bit too much complex for my needs.
Basically, at least weekly, the app needs to send a request to the server, get an object (array or list) and if the the obtained object if different from the local copy of same object, the application updates the local copy with the new values.
Do you recommend using Parse for this specific case ? Should I choose another method/tool ? If yes, what are the best options ?
Thanks in advance !