How to restrict access to a document and all of its SUBCOLLECTIONS in FireStore based on a user group/role? (without group name in each document)

前端 未结 0 1479
栀梦
栀梦 2020-12-18 04:24

I found this nice answer to my question, here.

match /leagues/{league}/{document=**} {
    allow read, write: if requ         


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