Closed rfontanarosa closed 2 months ago
Bug introduced by me here: https://github.com/google/ground-platform/pull/1994/files
match /users/{userId} { allow read, create, write: if userId == request.auth.uid; allow read: if canAccess(); allow create, write: if userId == request.auth.uid; }
Bug introduced by me here: https://github.com/google/ground-platform/pull/1994/files
match /users/{userId} {
allow read, create, write: if userId == request.auth.uid;allow read: if canAccess(); allow create, write: if userId == request.auth.uid; }