Closed kirjs closed 2 years ago
Describe the bug Interpolations incorrectly highlighted as an error
To Reproduce
rules_version = '2'; service cloud.firestore { match /databases/{database}/documents { match /hotels/{hotelId}/availability/{document=**} { allow read, write: if get(/databases/$(database)/documents/hotels/$(hotelId)/users/$(request.auth.uid)).data.write == true; } } }
Expected behavior This compiles and works in firestore
Screenshots
Desktop (please complete the following information):
@kirjs thanks for your comments, issue is fixed right now, and it will available on version: 2.7.0
Describe the bug Interpolations incorrectly highlighted as an error
To Reproduce
Expected behavior This compiles and works in firestore
Screenshots
Desktop (please complete the following information):