I actually like Firebase quiet a lot, as it has a lot of potential. But as I've come learn, Firestore doesn't seem to allow you to perform quiet simple string queries through Flutter/Dart. Given that most SO related question posts tend to be quiet dated now, I wonder if I'm missing anything because not having the ability to perform very simple string regex/ignore-case searches is just absolutely insane! Now, I haven't had much luck performing anything but simple queries, but maybe I'm missing something here. And the idea of having to provide another third-party service access to the data just for search is totally ridiculous.
There is the firestore_search plugin that's now kind of dated, but I might give it a try. Still, this is very simple database functionality that should be available for any production quality database. Is this functionality actually available from firebase? Thanks!