mirror of
https://github.com/Dvorinka/excalidraw-full.git
synced 2026-06-04 14:22:57 +00:00
init frontend
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
rules_version = '2';
|
||||
service cloud.firestore {
|
||||
match /databases/{database}/documents {
|
||||
match /{document=**} {
|
||||
allow get, write: if true;
|
||||
// never set this to true, otherwise anyone can delete anyone else's drawing.
|
||||
allow list: if false;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user