Function not found error: Name: [get]. in firestore security rules simulation

前端 未结 0 460
太阳男子
太阳男子 2020-12-19 00:10
match /UserProfile {
    match /{uId}{
    allow get: if isUserLoggedIn() && !isUserBlocked(uId);
  }

when i try to get data from UserProfil

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