rules_version = '2';
service cloud.firestore {
match /databases/{database}/documents {
match /guides/{guideID} {
allow read, write: if request.auth.uid !=null;
}
}
}
it not giving me error if i use wildcard on whole collection but it gives error If i gave a path