Skip to content

Conversation

saseungmin
Copy link
Collaborator

@saseungmin saseungmin commented Nov 29, 2020

  • firebase auth를 사용하여 회원가입 구현
  • 회원가입 완료하면 로그인페이지로 이동
  • 에러나면 현재는 console.log로 찍기만함 (추후 구현)

@saseungmin
Copy link
Collaborator Author

PR 규모가 커져버렸다.
처음에는 api 만 구현할려했는데 회원가입까지 구현해버렸다.

Comment on lines +38 to +41
if (authError) {
// TODO: 추 후 error 처리
console.error(authError);
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

error 처리 해주자.

@saseungmin saseungmin merged commit b940e70 into CodeSoom:main Nov 29, 2020
@saseungmin saseungmin mentioned this pull request Nov 29, 2020
20 tasks
@saseungmin saseungmin added the enhancement New feature or request label Nov 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant