service cloud.firestore { match /databases/{database}/documents { match /userA/product/{productId} { allow read: if request.auth.uid == productId; } } }
上面的代码不起作用,请帮我解决这个问题。