service cloud.firestore { match /databases/{database}/documents { match /{document=**} { allow read; allow write: if request.auth != null; } } }