psr7-demo icon indicating copy to clipboard operation
psr7-demo copied to clipboard

Add an array transform

Open neverfox opened this issue 10 years ago • 0 comments

Firebase will store arrays like ["a", "b"] as {0: "a", 1: "b"} and likewise return that array if it comes across that object. So I added an array transform to handle this gracefully with sub-transformations.

neverfox avatar Sep 02 '14 07:09 neverfox