【发布时间】:2023-01-07 13:09:20
【问题描述】:
例如:
match /groups/{document=**} {
allow read, write, delete: if false; ///Never allow any client to modify this collection and any sub-collections under it
}
我想锁定我的groups 收藏及其下的任何子收藏。我知道我真的不需要写上面的代码,但想知道添加它是否有任何好处。
【问题讨论】:
标签: firebase google-cloud-firestore firebase-security