I am making MovieList App. Store all the data of movie in Firebase. Now i want to store the current time in firebase when new node of movie is created. And then in MovieList, I want to display the difference between tim like '1 minute ago' or '1 day ago' etc..
The main point is i want the difference between those two times. Can anyone help to acheive this.Thanx