For running the author tests, the following set of example rules is assumed:

{
  "rules": {
    ".read": true,
    ".write": false,
    "status" : {
      "$user_id" : { 
        ".write" : "auth.id == $user_id"
      }
    },
  }
}
