add song to show

This commit is contained in:
2020-03-08 10:23:49 +01:00
committed by smuddy
parent bb0676a428
commit 605fe0b2ad
10 changed files with 122 additions and 3 deletions

View File

@@ -16,5 +16,10 @@ service cloud.firestore {
allow read: if true;
allow write: if true;
}
match /shows/{show}/songs/{song} {
allow read: if true;
allow write: if true;
}
}
}