I have ran into a weird problem. So I am using React Native in combination with Firebase. Up until recently I had no problem but today I have this bug where the Timestamps are becoming null.
Here is what it looks like in my Firebase console:
Here is what it looks like on the React.js web app connected to the same Firebase Firestore:
However when I do remote debugging on my React Native app, this is what gets logged out:
I don't really have any relevant code snippet to post because on both the web app and the React Native app I just get the data from the Firestore and then just add them in my Redux store. Nothing else fancy or special is done with it.


