java.lang.NullPointerException: Attempt to invoke virtual method ‘void android.widget.TextView.setText(java.lang.CharSequence)’ on a null object ref
I am working on a chat app using Android Studio and firebase, so to differentiate between message sender and receiver I have tried the following codes :