Get Last Seen in chats application
问题 I have created this chat application with firebase realtime database and firebase authentication methods but i am really confused and I don't exactly know how to get the last seen of user in a chat application. Here is code that I try in my onCreate medthod . @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_chat_avtivity); mauth = FirebaseAuth.getInstance(); currentUser = mauth.getCurrentUser(); String onlineID