본문
[2017.11.01] 65. Firebase - Notification 사용[Node.js]
컴퓨터/이론: 안드로이드 2017. 11. 1. 14:42
도입
이번 포스팅에서는 Node.js를 활용해 Firebase의 Notification을 실습할 예정이다.
Firebase - Notification 사용[Node.js]의 데이터의 흐름
Step1. Android Client1가 [전달 받을 디바이스, 특정 메시지]를 Nodejs 서버에 전달한다.
Step2. Nodejs는 [전달 받을 디바이스, 특정 메시지]를 Firebase 서버에 전달한다.
Step3. Firebase Server는 특정 메시지를 해당 디바이스에 전달한다.
실습
Node.JS Server
Android Client 1
스크린 샷
#firebase Notification 설정 #firebase Notification #파이어베이스 Notification
'컴퓨터 > 이론: 안드로이드' 카테고리의 다른 글
[2017.11.08] 70. CollapsingToolbarLayout 정리 (0) | 2017.11.08 |
---|---|
[2017.11.04] 68. TextWatcher와 AlertDialog 실습 (0) | 2017.11.04 |
[2017.11.01] 64. Firebase - Notification 사용[Function] (0) | 2017.11.01 |
[2017.10.31] 63. Firebase - Storage 사용 (2) | 2017.10.31 |
[2017.10.31] 62. Firebase - Authentication 사용 (0) | 2017.10.31 |
댓글