I use the Firebase FireStore in Quote App on Android. But now I do not know how to find the data that I want.
Firestore provide the method .whereEqualTo ("your_field", "condition") but you have to type exactly where to find the data that you want.
This is an SQL statement:
WHERE CustomerName LIKE% or% Finds any values that have "or" in any position.
And I want to search all the data in a field in the Document on the same on FireStore. Is there any way? please help people, thank you very much.