29. ChatGPT에게 물었습니다.firebase 로그인으로 로그인한 후 사용자 정보를 화면에 표시하고 싶어.After logging in with firebase login, I want to display the user info returned on the screen.ChatGPTTo display the user info returned by Firebase after logging in, you need to ensure that the user data is properly stored in the Vuex store and then access this data in your Vue components. 로그인 후 Firebase에서 반환한 사용자 정보를 표시하려면 사용자 데이터가 Vue..