Json – Firebase Firestore sends FIRTimestamp instead of Timestamp
When downloading a document from Firebase Firestore, it contains two Timestamp objects. In the Json file, it still uses the old class called FIRTimestamp instead of just Timestamp, which generates an error: *** Terminating app due to uncaught exception 'NSInvalidArgumentException',…