i watched all your tutorials and they're all great! and they are covering pretty much everthing about coding with FMS... but i am curious about one thing... lets say users have some properties that has to be stored in database, or logs has to be stored in database, or may be users have some balance to use application and in a timely manner this balance amount has to be reduced in database... that would be great if you could cover database connectivity in a tutorial and let us know what is the best approach for this? which one is better? writing the code on clientside (which can cause missing data, user can close app before storing) or letting serverside code to do that?
regards