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.
🧩 이슈 번호
✅ 작업 사항
👩💻 공유 포인트 및 논의 사항
개발 서버의 서비스 워커
PWA
에 대한 설정을 하면서 전역 스코프에 적용되는 서비스 워커가 하나 생겼는데요,MSW
모드로 개발 서버를 실행한 경우에는 같은 스코프에 두 서비스 워커가 존재해서MSW
가 작동하지 않는 문제가 있었어요.(하나의 스코프에서는 반드시 하나의 서비스 워커만 존재할 수 있음)
그래서 개발 서버에서는
MSW
를 제외한 다른 서비스 워커는 실행되지 않도록 설정을 변경했어요.FCM 서비스 워커
또한, 웹 푸쉬 이벤트를 수신하고 알림을 보여주는 서비스 워커를 작성했어요.
혼자 playground 에서 테스트했을 때 받아지긴 했었는데 백엔드 서버의 기능과 잘 연동이 될지는 추후에 해봐야할 것 같아요.