-
Notifications
You must be signed in to change notification settings - Fork 0
[RELEASE] 1.1.0 2차 스프린트 개발사항 배포 #315
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Firebase 서비스 계정 key-file 기반 GoogleCredentials(인증 객체) 생성
- GoogleCredentials(인증 객체) 설정을 통한 Firebase 인증 정보 구성
- GoogleCredentials(인증 객체) 설정을 통한 Firebase 인증 정보 구성
- Spring Bean으로 등록하여 FirebaseMessaging을 의존성 주입할 수 있도록 함 - 서버에서 FCM message를 전송할 수 있는 기반 로직 구현
- 하드 코딩된 ClassPathResource를 주입하여 대체 - Firebase 설정 경로를 yml에서 관리
[FEAT] 알림 목록 조회 API 구현
[FIX] 일반 검색 시 특수문자 무시하도록 수정
[FIX] SP2 QA 관련 오류 해결 - UX라이팅 수정
[FIX] SP2 QA 관련 오류 해결 - 본인 글에 댓글 작성 시 중복 알림 발생 버그 수정
[FIX] 수다글 삭제 시 지금 뜨는 수다글도 함께 삭제되도록 연관관계 수정
[FIX] 알림 목록 조회 정렬 기준 변경
[FEAT] 알림 생성 API 구현
[FIX] 선호 장르 기반 웹소설 추천 화면 좋아요 개수 오류 수정
Kim-TaeUk
approved these changes
Feb 25, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related Issue
Key Changes
To Reviewers