I want to search the dataset in Firestore whose starting character(s) matches the data as for this example:
- I am building an application in which I save the record for cars in cars collection and there is a data field of carName for every car document. If I have car named as "BMW" and "Belta" then I only type "B" to search the car and it gives me results for both "Belta and BMW" by matching the first character
Is this possible?
If my query is not conveying properly then please tell me and I will make the question more readable.