Der Anrufer hat keine Erlaubnisfeuerwaffen
> service cloud.firestore { match /databases/{database}/documents {
> match /{document=**} {
> allow read: if auth != null;
> allow write: if auth != null;
> } } }
Dentetsu