Skip to content

Latest commit

 

History

History
51 lines (25 loc) · 1.47 KB

File metadata and controls

51 lines (25 loc) · 1.47 KB

Full-Text Search: Firestore Extensions

Ever needed to add a “search-as-you-type” feature to your Flutter & Firebase app?

As it turns out, Firestore doesn’t support full-text search as a built-in feature yet.

To work around this, you can choose one of the available Firestore extensions. 👇


Note that all the providers above are paid products.

Some of them have a free plan that you can use to get started. 👍

But make sure to check the pricing for each product to avoid surprises later on.

Here's a pricing comparison table that you can use for reference. 👇


Of course, pricing is not the only thing that matters.

For a comparison of all the supported features, check this page on the Typesense website: 👇


I'll be covering Firestore search with Algolia in the upcoming module of my Flutter & Firebase course.

For all the details, check the course page: 👇


Found this useful? Show some love and share the original tweet 🙏


Previous Next
How to work with webhooks? Error Handling during App Startup