I read Dan McGrath's answer from this question in which he says that in Firestore there is an equivalent for the following line of code:
myRef.startAt(searchText).endAt(searchText + "\uf8ff");
This line works perfect in Firebase Realtime database but I'm trying to find the equivalent in Cloud Firestore for days. Can anyone help me with that?
Thanks in advance!