Regras de Firebase para usuário específico
match /users/{userId} { allow read: if request.auth.uid == userId;}
Dentetsu
match /users/{userId} { allow read: if request.auth.uid == userId;}