flutter_twitter_clone icon indicating copy to clipboard operation
flutter_twitter_clone copied to clipboard

Search feature

Open JavierPerezLavadie opened this issue 2 years ago • 3 comments

Hey, congratulations on your work on Fwitter. I have a question, Firebase does not support full text search. How did you do the search functionality?

Thanks

https://firebase.google.com/docs/firestore/solutions/search

JavierPerezLavadie avatar Feb 19 '22 01:02 JavierPerezLavadie

Yes, you are right firebase does not provide that kind of search functionality. The search functionality in Fwitter uses search operation on data that is available in-app.

TheAlphamerc avatar Feb 19 '22 04:02 TheAlphamerc

It can help https://medium.flutterdevs.com/implement-searching-with-firebase-firestore-flutter-de7ebd53c8c9

JavierPerezLavadie avatar Feb 25 '22 15:02 JavierPerezLavadie

@JavierPerezLavadie Thanks for sharing. It might help in search implementation.

TheAlphamerc avatar Feb 26 '22 03:02 TheAlphamerc