I need help.. So am making like a store kinda app. Where item name are stored in a cloud fire store and I want user to be able to search on the home page what they are looking for.. So what is most cost and time efficient way to allow user to search the entire database .. For example if the word "Bike " is type I want to search the database for all items with the name bike..
But so its is cost efficient I don't want it to run for individual letters until the whole word is submitted.. So it won't query for..
B.. Then BI.. Then BIK.
Only fore bike when it is submitted.. Please any help..