Pizza-and-Bier / lunafest-dyb-frontend

Client-facing code for the LUNAFEST silent auction webapp.
1 stars 1 forks source link

Scrub empty values from images array #36

Closed cbierman closed 6 years ago

cbierman commented 6 years ago

Per our Slack conversation, an array is okay to store in this case since there's never an update to a value, only a delete/create.

cbierman commented 6 years ago

We decided to just remap the array to an object in save to preserve the ordering in Firebase

cbierman commented 6 years ago

Closed by #56