reguły base baza dla określonego użytkownika
match /users/{userId} { allow read: if request.auth.uid == userId;}
Dentetsu
match /users/{userId} { allow read: if request.auth.uid == userId;}