It's finally time for us to send messages in our ChatLogActivity screen. This will first require us to save a list of messages under a node in Firebase Database. Next, we'll listen for all these messages as they are entered in the system, and then refreshing our list in real time. In the next lesson, we'll have to figure out how to send messages to multiple users.