Plugin updated with following changes:
- Options parameter for live(), so we can do this:
{
id: "my_id", //custom sync ID(useful to sync different apps with the
same observable)
readonly: true //Default is false. It blocks any direct change to
the observable, it will accept changes only from the server