Adam Barry
Results
2
issues of
Adam Barry
Fixes #437 Changes proposed in this pull request: - use `typeof value === "string"` to determine `timestamp` string values
### Expected behavior ``` describe("unserializeSpecialTypes", () => { before(() => { admin.initializeApp(); }); it("should convert parsable date string timestamps", () => { const dateStringTypes = { iso8601: { __datatype__: "timestamp",...