1

Is there any way to search data from firestore like sql query with "like, or, and keyword" without help of any third party app like algolia or elastic search

Amit Sinha
  • 1,133
  • 2
  • 8
  • 17
  • Cloud Firestore supports prefix searches (e.g. words starting with a certain substring), but does not support the equivalent of a SQL `LIKE` operation. See https://stackoverflow.com/questions/46642641/sql-like-operator-in-cloud-firestore – Frank van Puffelen Dec 15 '17 at 15:42
  • You can take a look at this **[video](https://www.youtube.com/watch?v=6O6x-ZJp-10)** where I have explained step by step, how you can achieve this. – Alex Mamo Mar 08 '18 at 12:01

0 Answers0