show component

This commit is contained in:
2020-03-08 09:45:05 +01:00
committed by smuddy
parent d68cd590ad
commit bb0676a428
53 changed files with 344 additions and 185 deletions

View File

@@ -12,7 +12,7 @@ service cloud.firestore {
allow read: if true;
allow write: if true;
}
match /lastmodified/{lastmodified} {
match /shows/{show} {
allow read: if true;
allow write: if true;
}