无论我在读取条件中放置什么,我都能读取文件
例如:
service firebase.storage {
match <firebase-storage-url> {
match /{userId}/{allPaths=**}{
allow read: if '1'== '2';
allow write: if true
}
}
}
虽然1不等于2但我能够读取firebase存储文件。怎么会发生?