anboralabs / intellij-firebase-highlighter

A Syntax Highlighter for Firebase Rules.
https://plugins.jetbrains.com/plugin/15189-firebase-rules
MIT License
27 stars 6 forks source link

Subfield indexing #118

Closed emiliodallatorre closed 1 year ago

emiliodallatorre commented 1 year ago

At the moment, this plugin is highlighting as an error the indexes working on subfields. For instance, the following is highlighted as an error.

            {
                "fieldPath": "geoPoint.geohash",
                "order": "ASCENDING"
            }

I think this should be fixed by admitting dots into the fieldPath value.

dalgarins commented 1 year ago

Issue cloned to https://github.com/anboralabs/intellij-firebase/issues/71

dalgarins commented 1 year ago

@emiliodallatorre which version of the plugin do you have installed?

dalgarins commented 1 year ago
Screenshot 2023-11-03 at 7 58 30 AM

@emiliodallatorre issue was fixed and will be available on next release.

emiliodallatorre commented 1 year ago
Screenshot 2023-11-03 at 7 58 30 AM

@emiliodallatorre issue was fixed and will be available on next release.

Glad to hear that! Thank you so much!