일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- 스코프
- 배포
- MongoDB
- EC2
- graphql
- Python
- 리액트
- 네이티브
- NATIVE
- React
- JS
- scope
- 알림
- 면접
- AWS
- 변수
- 후기
- 카카오
- 자바스크립트
- 레이아웃
- Express
- navigation
- github
- Push
- Background
- Notification
- ubuntu
- 네비게이션
- 디자인
- JavaScript
- Today
- Total
목록Background (3)
어서와, 개발은 처음이지?
이 글은React Native Firebase 푸시 알림(push notification), background listener - 1.Android 세팅React Native Firebase 푸시 알림(push notification), background listener - 2.firebase 리스너 구현React Native Firebase 푸시 알림(push notification), background listener - 3.서버 구현(현재글)로 구성되어 있습니다. 이번 글에서는 node 서버단에서 firebase에 메세지 전송을 요청할 수 있도록 구현하고, 메세지가 잘 도착하는지 확인해보는 작업을 해보겠습니다. 1. 프로젝트 생성 우선 프로젝트를 생성하고, express.js와 firebase..
이 글은React Native Firebase 푸시 알림(push notification), background listener - 1.Android 세팅React Native Firebase 푸시 알림(push notification), background listener - 2.firebase 리스너 구현(현재글)React Native Firebase 푸시 알림(push notification), background listener - 3.서버 구현로 구성되어 있습니다. 지난 글에 이어, 앱에서 notification을 receive할 수 있도록 코드를 구현해보겠습니다.기타 UI가 필요하지 않으므로 React Native의 기본 파일인 App.js에 구현하도록 합니다. 1. Permission 및 T..
이 글은 React Native Firebase 푸시 알림(push notification), background listener - 1.Android 세팅(현재글) React Native Firebase 푸시 알림(push notification), background listener - 2.firebase 리스너 구현 React Native Firebase 푸시 알림(push notification), background listener - 3.서버 구현로 구성되어 있습니다. 최근에 제품에 푸쉬 알림 기능을 넣어야 했는데, 개인적인 생각으로는 푸쉬 알림이 navigation 처럼 범용적인 기능임에도 한글로 된 자료를 찾기 힘들어서 오랜만에 React Native에 관한 글을 작성하게 됐습니다. pus..