I store data in firestore and I want to query it using substrings. How can I perform a search with BLoC in flutter? I'm using Firestore and I need to search some items by substring from it.
I fail to understand how to properly perform a search. Could you share me some links with guides or examples?