数据库
"permission": {
"read": true,
"create": "auth.uid != null && get(`database.opendb-news-article.${doc.article_id}`).comment_status == 1",
}
在测试中,前端怎样写,每次返回错误,只知道权限出错但不知道具体是哪里,服务器不在自己上手看不到是第几行出错啊
数据库
"permission": {
"read": true,
"create": "auth.uid != null && get(`database.opendb-news-article.${doc.article_id}`).comment_status == 1",
}
在测试中,前端怎样写,每次返回错误,只知道权限出错但不知道具体是哪里,服务器不在自己上手看不到是第几行出错啊
工作人员 (作者)
怎样看到它报错位置。每次报错后返回信息看不到那里报错
2020-12-29 13:48
hws007
回复 工作人员: 一切靠猜!
2021-04-12 19:33