Is it possible to query a firestore collection to get all documents starting with a specific string? example: to get me all the documents that start with the string "jav"
I have seen examples in others like dart but I don't know how to adapt it to java
Firestore query documents startsWith a string
This is what I'm looking for but adapted in java.