Hi,
I'm new to mobile development and also Appcelerator/Titanium. I started to build my first app with login / register method. First I wanted to use my own SQL database as a backend solution but I found this not to be the best idea. So I started looking and found multiple MBaaS. So far I tried Appcelerator cloud (too expensive), Firebase and now I'm using Kinvey because of it's documentation and implementation which is great for beginner.
I also found this post very helpfull.
But I'm not very sure this is the right way to learn Alloy MVC. I see a lot of post / Q&A with Alloy.Collections.xxxx or xxxx.fetch(); etc... which I never used with Kinvey.
For my user I simply use var user = Kinvey.getActiveUser(); as found in Kinvey's documentation.
I wanted to have some feedback of more experienced developer.
Thanks