fix: rules a favicon

This commit is contained in:
xavidop
2025-07-23 17:21:05 +02:00
parent 88463d6554
commit 867e12cc92
2 changed files with 2 additions and 3 deletions
+2 -3
View File
@@ -2,10 +2,9 @@ rules_version = '2';
service cloud.firestore {
match /databases/{database}/documents {
// Allow all operations in emulator for development
// This will only apply when using Firebase emulators
// Temporarily allow all authenticated users to test auth
match /{document=**} {
allow read, write: if true;
allow read, write: if request.auth != null;
}
}
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 66 KiB