FCM Admin Key 파일을 외부 url을 통해 불러와 읽는 기능 구현 #15
Merged
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.
푸시 알림을 전송하는 권한을 가진 FCM Admin Key 값을 저장하는 기능을 구현했습니다.
FCM Admin Key를 저장하는 방법 중 단순히 해당 Key 파일을 프로젝트( resources 패키지 등 ) 내에 삽입 시키는 방법이 있지만 보안적인 측면 및 프로젝트 파일 자체가 무거워지는 문제를 방지하고자 해당 파일을 S3 버킷에 업로드 후 해당 파일의 AWS 주소를 불러와 읽는 방법을 사용하여 해당 기능을 구현했습니다.
아직 푸시 알림 기능이 완전히 구현되어 있지 않아 단순히 Key 파일만 프로젝트 내에 저장하고 있는 상태라서 푸시 알림 기능을 마저 구현하면서 제대로 작동하지 않는 부분이 있다면 추가로 수정하여 보완하겠습니다..!!