Closed cbierman closed 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.
We decided to just remap the array to an object in save to preserve the ordering in Firebase
Closed by #56
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.