You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
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,
The text was updated successfully, but these errors were encountered: