I am studying Backbone.js at the moment, so sorry if my question is nooby :-P
in my program, I check my data on the server side to be correct, etc., but I was wondering what would happen if users change the data stored in the models using the console in FireBug, for example, and try using .save ( ) or .fetch ().
Is there any way to stop such actions?
considering that all my data will be stored in models and can be easily received by users, itβs not very convenient for me to use backbone.js, is it just me or is there something wrong here ?!
source share