Firestore Rules Simulator - Resource undefined

前端 未结 1 1620
刺人心
刺人心 2021-01-18 13:19

I\'m trying to use the new Rules Simulator Tool provided by firebase, however I\'m having problems getting it to work

When setting the path like this in the simulato

相关标签:
1条回答
  • 2021-01-18 13:58

    It sounds like you just want to use the user placeholder you defined:

     allow read: if request.auth.uid == user
    
    0 讨论(0)
提交回复
热议问题