match /UserProfile { match /{uId}{ allow get: if isUserLoggedIn() && !isUserBlocked(uId); }
when i try to get data from UserProfil