Firebase/Firestore query returns empty list

后端 未结 0 1477
遥遥无期
遥遥无期 2020-12-10 06:41

I have a protected collection that has nested data in it:

match /appUsers/{uid} {
    allow read: if isSignedIn(request.auth) && isAdmin(request.auth)         


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