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

Feat : FCM 연동 및 테스트 #192

Merged
merged 7 commits into from
Mar 25, 2024
Merged

Feat : FCM 연동 및 테스트 #192

merged 7 commits into from
Mar 25, 2024

Conversation

m6z1
Copy link
Collaborator

@m6z1 m6z1 commented Mar 17, 2024

📮 관련 이슈

✍️ 구현 내용

  • FCM 연동했습니다.
  • 알림 테스트 마쳤습니다.
  • FCM 알림 권한 넣었는데 지우겠습니다.

📷 구현 영상

스크린샷 2024-03-15 오후 5 59 49

✔️ 확인 사항

  • 컨벤션에 맞는 PR 타이틀
  • 관련 이슈 연결
  • PR 관련 정보 연결 (작업자, 라벨, 마일스톤 등)
  • Github Action 통과

@m6z1 m6z1 added 🤗 FEATURE Develop this project 💛명지 labels Mar 17, 2024
@m6z1 m6z1 requested review from huiwoo-jo and hoyahozz March 17, 2024 05:38
@m6z1 m6z1 self-assigned this Mar 17, 2024
Copy link
Contributor

@huiwoo-jo huiwoo-jo left a comment

Choose a reason for hiding this comment

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

수고 많으셨습니당
질문 남긴것만 확인 부탁드려요~!

"api_key": [
{
"current_key": "AIzaSyDAlGMqpZY_g9oyw3SHkxm-Ke5Qw5MKEsc"
"current_key": "AIzaSyCAnvMxwnN_XBoZJPv8Ob3oB4qTz_ILtnA"
Copy link
Contributor

Choose a reason for hiding this comment

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

current_key는 숨김처리 안해도 되는건가요?

Copy link
Collaborator Author

@m6z1 m6z1 Mar 25, 2024

Choose a reason for hiding this comment

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

이 파일 자체를 숨겨야 하나 말아야 하나 고민했는데 firebase 공식 문서에서 굳이 숨기지 않아도 된다 라는 글을 봤어가지구 안 숨겼어요!!

대신에 파이어 베이스를 보안화 해야 한다는 (..) 뭐 그런 내용을 봤습니다.

참고이슈

참고 이슈도 있길래 첨부합니당

Comment on lines +38 to 41
// Intent 및 PendingIntent 생성
val intent = Intent(this, MainActivity::class.java).apply {
flags = Intent.FLAG_ACTIVITY_CLEAR_TOP or Intent.FLAG_ACTIVITY_SINGLE_TOP
}
Copy link
Contributor

Choose a reason for hiding this comment

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

전에 말씀하셨던 intent 캡슐화를 했는데 나중에 수정하는게 좋을까요?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

아 그 캡슐화 바로 진행해주실 줄 몰라서 ㅋㅋㅋㅋ 지금 전체적으로 intent 객체를 보내는 곳에서 만들고 있을 거라 다 수정해야 할 것 같아요 일단 요 부분 수정하고 나중에 코드 일관성있게 다 수정 해야 할 듯 합니다.

@m6z1 m6z1 merged commit 846d99a into develop Mar 25, 2024
1 check passed
@m6z1 m6z1 deleted the feature/fcm-connecting branch March 25, 2024 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💛명지 🤗 FEATURE Develop this project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FCM 연동
2 participants