如何使用Bolt for Firebase编写此规则?

时间:2017-04-08 13:28:29

标签: firebase-realtime-database firebase-security

我正在尝试使用Bolt编写此规则:

`
{
"rules": {
    "menu": {
      "$id": {
        ".read": "true",
        ".write": 
            "root.child('stores')
                .child(newData.child('store')
                .val())
                .child('user').hasChild(auth.uid)"
      }
   }
  }
}
`

我需要一些帮助,我找不到办法。

1 个答案:

答案 0 :(得分:0)

此视频介绍了基本的Firebase安全规则,包括读取,写入,索引和验证语句。它还展示了如何使用Bolt编译器更有效地编写规则 https://youtu.be/fwDK6E1j9nc?t=768