Compare commits
No commits in common. "9f259de4f674851b380f5d87d40a4ff0fe6600f5" and "fcd5f5db4740542df8c5170722ce8f9e665a4cf7" have entirely different histories.
9f259de4f6
...
fcd5f5db47
@ -1,9 +1,12 @@
|
|||||||
rules_version = '2';
|
rules_version = '2';
|
||||||
|
|
||||||
|
// Craft rules based on data in your Firestore database
|
||||||
|
// allow write: if firestore.get(
|
||||||
|
// /databases/(default)/documents/users/$(request.auth.uid)).data.isAdmin;
|
||||||
service firebase.storage {
|
service firebase.storage {
|
||||||
match /b/{bucket}/o {
|
match /b/{bucket}/o {
|
||||||
match /{allPaths=**} {
|
match /{allPaths=**} {
|
||||||
allow read, write: if request.auth != null;
|
allow read, write: if false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user