Auth şartı şu şekilde:
match /gonderiler/{document=**} {
allow read, create, update: if request.auth.uid != null;
allow delete: if request.auth.uid == resource.data.paylasanUID; 0
●52
match /gonderiler/{document=**} {
allow read, create, update: if request.auth.uid != null;
allow delete: if request.auth.uid == resource.data.paylasanUID;