mirror of
https://github.com/xavidop/cardex.git
synced 2026-08-29 02:01:27 +00:00
fix: rules a favicon
This commit is contained in:
+2
-3
@@ -2,10 +2,9 @@ rules_version = '2';
|
|||||||
|
|
||||||
service cloud.firestore {
|
service cloud.firestore {
|
||||||
match /databases/{database}/documents {
|
match /databases/{database}/documents {
|
||||||
// Allow all operations in emulator for development
|
// Temporarily allow all authenticated users to test auth
|
||||||
// This will only apply when using Firebase emulators
|
|
||||||
match /{document=**} {
|
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