Closed akiym closed 1 year ago
Describe the bug Unexpected error occurs in the second and subsequent map keys.
To Reproduce
rules_version = '2'; service cloud.firestore { match /databases/{database}/documents { allow read, write: if false; function test() { let a = {'a': 1, 'b': 2, 'c': 3}; return a; } } }
Expected behavior No unexpected error occurs in maps keys.
Screenshots
Desktop (please complete the following information):
Issue cloned to https://github.com/anboralabs/intellij-firebase/issues/13
@akiym the issue will be fixed on version: 2022.5.4
I've confirmed it works correctly with 2022.5.4. Thank you for fixing so quickly!
Describe the bug Unexpected error occurs in the second and subsequent map keys.
To Reproduce
Expected behavior No unexpected error occurs in maps keys.
Screenshots
Desktop (please complete the following information):