mirror of
https://github.com/xavidop/cardex.git
synced 2026-08-28 17:01:07 +00:00
fix: rules a favicon
This commit is contained in:
+2
-3
@@ -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 |
Reference in New Issue
Block a user