add song to show
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user