firebase-js-sdk
firebase-js-sdk copied to clipboard
I can't find a way to query strings with "contains" or "like"
This is not a bug just me figuring out that such a trivial thing is not part of firestore
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
I want to reassure you that internally we have heard this feature request, and we are working towards a plan to provide text search feature. We are currently working on improving other query capabilities first. Text search is not as simple as you might imagine. There are technical challenges to keep this feature performant, scalable and available client side.