Logo
Explore Help
Sign In
1berry/excalidraw
1
0
Fork 0
You've already forked excalidraw
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
excalidraw/firebase-project/storage.rules

12 lines
246 B
Plaintext
Raw Normal View History

feat: support exporting json to excalidraw plus (#3678) * feat: support exporting json to excalidraw plus * add Firebase Storage rules to codebase * factor the onClick handler out * move excal icon to icons.tsx * handle export error
2021-06-01 14:05:09 +02:00
rules_version = '2';
service firebase.storage {
match /b/{bucket}/o {
fix: update `storage.rules` (#5020)
2022-04-17 22:47:00 +02:00
match /{files}/rooms/{room}/{file} {
allow get, write: if true;
}
match /{files}/shareLinks/{shareLink}/{file} {
allow get, write: if true;
feat: support exporting json to excalidraw plus (#3678) * feat: support exporting json to excalidraw plus * add Firebase Storage rules to codebase * factor the onClick handler out * move excal icon to icons.tsx * handle export error
2021-06-01 14:05:09 +02:00
}
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 437ms Template: 11ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API