I need to display how many years, months, days, hours, minutes and seconds passed using a timestamp from Firestore which is set using "timestamp": FieldValue.serverTimestamp()
. Ideally the seconds would increment and update the minutes, hours and so on. Just like a stopwatch.
Are there any plugins available or examples that I can use?