我有以下云函数,并想知道我是应该使用批写还是使用事务:// The following two queries potentiallyreturn hundreds of documents.
const queryA = firestore.collectionGroup('a').where('b', '==', 'c'),queryB = firestor
我不能得到字面上最简单的火库安全规则,我可以写在游乐场工作。只是为了测试,我已经创建了一个带有一个名为users的集合的Cloud Firestore数据库。它有一个字段stuff。在操场上,我的规则是: service cloud.firestore { match /users/false; }
} 我正在模拟一个get