Initial commit: IYmtg Master project
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
12
IYmtg_App_iOS/Firebase/storage.rules
Normal file
12
IYmtg_App_iOS/Firebase/storage.rules
Normal file
@@ -0,0 +1,12 @@
|
||||
rules_version = '2';
|
||||
service firebase.storage {
|
||||
match /b/{bucket}/o {
|
||||
match /training/{allPaths=**} {
|
||||
allow write: if request.auth != null;
|
||||
allow read: if false;
|
||||
}
|
||||
match /models/{allPaths=**} {
|
||||
allow read: if true;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user