An open API service indexing awesome lists of open source software.

https://github.com/devholic22/fcm-introduce-android

FCM 알림 적용 방법 - 안드로이드 코드 리포지터리입니다. (24.07)
https://github.com/devholic22/fcm-introduce-android

Last synced: about 1 year ago
JSON representation

FCM 알림 적용 방법 - 안드로이드 코드 리포지터리입니다. (24.07)

Awesome Lists containing this project

README

          

# fcm-introduce-android
본 리포지터리는 블로그 내용을 쉽게 실습하실 수 있도록 안드로이드 환경에서의 FCM 알림 기능 구현 코드를 담은 리포지터리입니다.
## 주의 사항
샘플 코드에는 google-services.json 파일을 저장해두지 않았습니다.
블로그 글을 참고하여 해당 파일을 다운로드 받은 뒤 app 패키지에 보관해주시기 바랍니다.
## 참고 링크 (블로그 글, Pull Request)
* [[ATWOZ] FCM 알림 기능 개발 기록기 (1) - FCM 도입 이유와 아키텍처 구조](https://devwriter.tistory.com/49)
* [[ATWOZ] FCM 알림 기능 개발 기록기 (2) - FCM 토큰 관리 방법 및 스프링 코드 설명](https://devwriter.tistory.com/50)
* [[ATWOZ] FCM 알림 기능 개발 기록기 (3) - 안드로이드 에뮬레이터로 알림 검증하기](https://devwriter.tistory.com/51)
* [프로젝트 FCM 기능 적용 Pull Request](https://github.com/sosow0212/atwoz/pull/41)