I want to keep my specific rules regarding the users and players, but I want a suprior rule that we allow an admin user to write without limitation, it should be as "OR" , meaning either you're an admin or the rules below. (Without starting to edit every table below)
"rules": {
"scores": {
"$sid": {
".read": true,
".write": "root.child('game').child($sid).child(auth.uid).exists()&&
auth!=null"
}
},...