Most apps allow users to search app content. For example, you may want to search
for posts containing a certain word or notes you've written about a specific
topic.
Cloud Firestore doesn't support native indexing or search for
text fields in documents. Additionally, downloading an entire collection to
search for fields client-side isn't practical.
To enable full text search of your Cloud Firestore data, use a dedicated
third-party search service. These services provide advanced indexing and search
capabilities far beyond what any simple database query can offer.
Before continuing, research then choose one of the search providers below:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-21 UTC."],[],[]]