Firebase TIMESTAMP to date and Time

后端 未结 18 2554
温柔的废话
温柔的废话 2020-11-27 03:39

I am using firebase for my chat application. In chat object I am adding time stamp using Firebase.ServerValue.TIMESTAMP method.

I need to show the messa

18条回答
  •  独厮守ぢ
    2020-11-27 03:49

    Working with Firebase Firestone 18.0.1 (com.google.firebase.Timestamp)

    val timestamp = (document.data["timestamp"] as Timestamp).toDate()
    

提交回复
热议问题