Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Firebase auth settings and sign up implemented #38

Merged
merged 2 commits into from
Nov 29, 2020

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.

None yet

1 participant