smartnsoft / flappy_search_bar

SearchBar widget to handle most of search cases
MIT License
173 stars 93 forks source link

Searching data from Firestore (Firebase) using StreamProvider #36

Open davis33321 opened 4 years ago

davis33321 commented 4 years ago

Hello everyone, I'm not sure if this is the right place to ask this question. I have tried to google any way to implement searching data from Firestore using Firestore and StreamProvider. Yet, not much info is found.

I have a future for onsearch and a streamprovider listening the data from firestore. How can i combine these two?

Much appreciate if someone can shed some light on this!!