I have an async function that is calling out to Firestore to pull in a data value. I got a lot of help in a previous post...learned a lot...and wanted to start over with hopeful
you can't use await in a function that is not async, which means the use
var setList = await getSetList();
in your build function is wrong.