Why won't this allow me to get document field values?

后端 未结 0 1190
庸人自扰
庸人自扰 2020-12-24 06:12

I have this rule in my Firestore

rules_version = \'2\';
service cloud.firestore {
  match /user/{userEmail} {
    allow create: if request.auth && req         


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