file upload
This commit is contained in:
@@ -7,10 +7,14 @@ service cloud.firestore {
|
||||
match /songs/{song} {
|
||||
allow read: if true;
|
||||
allow write: if true;
|
||||
}
|
||||
match /songs/{song}/files/{file} {
|
||||
allow read: if true;
|
||||
allow write: if true;
|
||||
}
|
||||
match /lastmodified/{lastmodified} {
|
||||
allow read: if true;
|
||||
allow write: if true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user