I am taking the firebase server time and I want to convert that time to relative time(X seconds ago)
firebase.firestore.FieldValue.serverTimestamp()
I tried to convert the date time using momentjs but got "invalid date"
moment(date).fromNow()
I am taking the date from firebase because I want the exact real date time (not the device date time)