【发布时间】:2020-11-03 14:40:14
【问题描述】:
我正在探索用于 Firebase 安全规则的 Cloud Shell 模拟器,在本教程中,我在 npm --prefix=functions test 上遇到以下错误(本教程的第 4.5 步,here is the link 指向本教程,以防它可公开访问):
函数@测试 /home/user/rules-tutorial/quickstart-testing/cs-walkthrough/functions
摩卡--超时 5000
body {"error":{"code":400,"message":"Payload 对请求无效。","status":"INVALID_ARGUMENT"}}
0 次通过(40 毫秒)
1 次失败
在“{root}”中的“before all”钩子:
负载对请求无效。
我该如何解决这个问题?
【问题讨论】:
标签: firebase firebase-security