My Firestore set up is the following:
Collection : Users | DocumentID : [Auto-generated] | Fields -> name: robert downey jr, username: iron_man
I would like to query this document with a search query like "robert" or "rob" or "iron" or "ir". How do I do this in Firestore? I tried whereArrayContains() but that query looks for perfect match rather than starts with