1 Star 0 Fork 1

沉重的云/smart-industry

forked from 甩二/smart-industry 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
database.rules.json 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
jukbot 提交于 2017-11-10 04:41 . index firebase rule :fire:
// These rules require authentication
{
"rules": {
//".read" : true,
".read": "auth != null || root.child('user').child(auth.uid).child('role').val() == 'admin'",
".write": "auth != null || root.child('user').child(auth.uid).child('role').val() == 'admin'",
"data": {
"$id": {
"orderData": {
"$key": {
".indexOn": [
"order_status"
]
}
},
"scheduleData": {
"$key": {
".indexOn": [
"job_station"
]
}
},
"factoryData": {
"product": {
"$key": {
".indexOn": [
"sku"
]
}
},
"station": {
"$key": {
".indexOn": [
"st_number"
]
}
},
"machine": {
"$key": {
".indexOn": [
"number"
]
}
}
}
}
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mytest19751225/smart-industry.git
git@gitee.com:mytest19751225/smart-industry.git
mytest19751225
smart-industry
smart-industry
master

搜索帮助