컴퓨터/이론: 안드로이드
[2017.11.01] 65. Firebase - Notification 사용[Node.js]
heepie
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