rules_version = '2'; service cloud.firestore { match /databases/{database}/documents { match /comments/{commentId} { allow read, write: if true; // ⚠️ 開発用のみ } } }