Mapping array to Google Cloud Firestore module


I want to custom map an array of varying length to the Google Cloud Firestore module of my scenario. However, I can’t figure out how to do so since the module requires Value Type to be specified. My values will all be string values. How do I map it correctly?