Closed
Description
According to the firebase documentation here , Timestamp class should have some methods such as isEqual, toDate, toMillis, valueOf, fromDate, fromMillis, now
But only fromDate method exists in @nativescript/firebase-firestore. Those methods are quite important as date conversion operations are quite pain. Is it possible to include them?
Best Regards,