Firebase security rules not working with flutter provider stream

后端 未结 0 1507
感动是毒
感动是毒 2021-02-10 04:40

My rules which are not working are like below

match /fruits/{documentID}/favorited/{userUID} {
  allow create, update, read: if isVerified(userUID);
} 

match /fr         


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