renamed user collection
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
rules_version = '2';
|
||||
service cloud.firestore {
|
||||
match /databases/{database}/documents {
|
||||
match /user/{user} {
|
||||
match /users/{user} {
|
||||
allow read: if resource.id == request.auth.uid;
|
||||
allow write: if resource.id == request.auth.uid;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user