Does a wildcard have to be used for the document segment in a matching path of a Firestore collection group security rule?

前端 未结 0 1144
不思量自难忘°
不思量自难忘° 2021-01-07 13:19
db.collectionGroup(\'private\')
  .where(\'members\', \'array-contains\', userId)
  .get()
  .then(...)

This

相关标签:
回答
  • 消灭零回复
提交回复
热议问题