gpt4 book ai didi

firebase - 是否可以向 Firebase Firestore 规则添加评论?

转载 作者:行者123 更新时间:2023-12-03 19:42:33 25 4
gpt4 key购买 nike

我一直无法在文档中找到任何说明您是否可以添加评论的内容,即

rules_version = '2';
service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
// Testing the removal of this line:
// allow read: if true;
allow read: if false;
allow write: if request.auth.uid != null;
}
}
}

网上有关于规则语法的信息吗?它是用什么语言编写的?

最佳答案

该语言记录在案 here 。它被称为 CEL ( common expression language )。从你看到的内容中可以很清楚地看出,包含 // 的行被认为与 C++ 和 Java 一样是从 // 点到行尾的注释。

关于firebase - 是否可以向 Firebase Firestore 规则添加评论?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61153611/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com