view.findViewById<Button>(R.id.button_sign_out).setOnClickListener {
            onSignOutPress()
        }