Hey Make gangsters, PLEASE HELP, how do I take array with string values from Airtable and make a field in Firestore as array with all the values?
-
For example [“apple”, “orange”] from Airtable → into field: “arrayFruits” and value [“apple”, “orange”] in Firestore, I cant seem to find a possiblitiy to dynamically add items in the array on Firestore module…
-
instead of making it array, is there a way to actually convert the array into a map in Firestore?
something like this:
fruitsMap : { “apple” : true, “orange” : true}