How can I do instant search in Flutter Firebase?
For example I have Brands list in my Firebase Documents like this;
and I want to do Search instantly in list for example when I text "F" I want to display Ford and Fiat or when I text "Te" I want to display Tesla. So whatever I type in the search bar, I want the strings containing those words or letters to appear on the screen.