Firestore search in title

Hi there,
I am using firestore as database for my project. In app I have searchbar to find data in firestore. I am searching only by title, but is it possible to somehow use function from SQL "LIKE" to be able to search at the start, at the end and in the middle of title?

Thanks