Firebase setData not saving to Firestore
Attempting to update values in my database. I checked and the type of ema.updatedIngredients that I'm passing to saveFunctions is a valid type in firestore. The saveRecipe function works fine if I would use updateData. It deletes the documents as…