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

FCM Admin Key 파일을 외부 url을 통해 불러와 읽는 기능 구현 #14

Closed
uuuuuuuk opened this issue Sep 16, 2024 · 0 comments · Fixed by #15
Closed

FCM Admin Key 파일을 외부 url을 통해 불러와 읽는 기능 구현 #14

uuuuuuuk opened this issue Sep 16, 2024 · 0 comments · Fixed by #15
Assignees
Labels
✨ Feature 기능 개발

Comments

@uuuuuuuk
Copy link
Contributor

info

푸시 알림을 전송하는 권한을 가진 FCM Admin Key 값을 저장하는 기능을 구현하겠습니다.

About

FCM Admin Key를 저장하는 방법 중 단순히 해당 Key 파일을 프로젝트( resources 패키지 등 ) 내에 삽입 시키는 방법이 있지만 보안적인 측면 및 프로젝트 파일 자체가 무거워지는 문제를 방지하고자 해당 파일을 S3 버킷에 업로드 후 해당 파일의 AWS 주소를 불러와 읽는 방법을 사용하여 해당 기능을 구현하겠습니다.

@uuuuuuuk uuuuuuuk added the ✨ Feature 기능 개발 label Sep 16, 2024
@uuuuuuuk uuuuuuuk self-assigned this Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant