In my project, I am using moment.js. When I pass firestore timestamp to moment it throws the output as invalid date.
Here is my code:
moment({seconds: 1663679594, nanoseconds: 42000000}).format('MM-DD-YYYY')
Please guide me on how to resolve this error.