[DRF] Django with FCM - firebase push message 자료 정리
- django에서 fcm을 구현하는 과정은 라이브러리를 사용하지 않고 직접 구현해서 사용할 수 있을만큼 어렵지 않다.
- 하지만, 이미 증명된 라이브러리가 존재한다. 하지만 직접 테스트를 하기 위해서는 client에서 관련한 지식이 있어야 가능하다.
- 해당 과정에 대해서는 따로 포스팅을 할 예정이나 관련하여 수집한 문서들은 이곳에 정리하고자 한다.
[Firebase] firebase admin sdk 세팅하기
https://velog.io/@zero-black/Firebase-firebase-admin-sdk-%EC%84%B8%ED%8C%85%ED%95%98%EA%B8%B0
[Firebase] firebase admin sdk 세팅하기
Firebase는 간단한 database를 포함한 백엔드를 제공해주는 서비스이다. 여러가지 기능이 있지만, 그 중 firebase Authentication를 활용하면 로그인 구현을 굉장히 편하게 할 수 있다. 로그인 세션, 토큰 등
velog.io
[파이썬] FCM을 통해 앱으로 푸시알림 보내기
https://todaycode.tistory.com/11
[파이썬] FCM을 통해 앱으로 푸시알림 보내기
1. 준비물 1-1. pyfcm 설치 1-2. Server Key 1-3. Token 2. 푸시 알림 보내는 방법 1-1. 1명에게 보내기 1-2. 여러 명에게 보내기 1. 준비물 1-1. pyfcm 설치 커맨드에서 "pip install pyfcm"을 입력해서 라이브러리를 설
todaycode.tistory.com
[Django] FCM 서버를 통해 앱에 푸쉬보내기
https://eunjin3786.tistory.com/281
[Django] FCM 서버를 통해 앱에 푸쉬보내기
[Flutter] Firebase Cloud Messaging 연동 + 파베 콘솔에서 푸쉬보내기 에서 푸쉬를 받는 클라이언트(iOS, 안드로이드) 쪽 설정을 해줬는데요 이제 푸쉬를 보내는 서버쪽 작업을 해주겠습니다. 문서 중 서버
eunjin3786.tistory.com
Sending Notifications to your Flutter/Android app from Django.
Sending Notifications to your Flutter/Android app from Django.
Hi there and welcome. I’d like to share with you how, you can go about configuring your django application to send Notifications to your…
medium.com
Web Push Notifications Using Django + React + Firebase Cloud Messaging
Web push notifications using Django + React + Firebase cloud messaging
Web push notification is a brief message that websites send to their users’ browser even if they are not actively browsing the website or not even using the browser. Web push notifications are…
blog.stackademic.com
[파이썬] FCM을 통해 앱으로 푸시알림 보내기
https://todaycode.tistory.com/11
[파이썬] FCM을 통해 앱으로 푸시알림 보내기
1. 준비물 1-1. pyfcm 설치 1-2. Server Key 1-3. Token 2. 푸시 알림 보내는 방법 1-1. 1명에게 보내기 1-2. 여러 명에게 보내기 1. 준비물 1-1. pyfcm 설치 커맨드에서 "pip install pyfcm"을 입력해서 라이브러리를 설
todaycode.tistory.com
Push Notifications through Django
https://medium.com/scalereal/push-notifications-through-django-db528c303b91
Push Notifications through Django
Hey, there fellow Djangomers and Pythonistas,
medium.com
Django Python FCM 사용하기
https://velog.io/@sbkyo88/Django-Python-FCM-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0
Django Python FCM 사용하기
출처 : \[Django] FCM 서버를 통해 앱에 푸쉬보내기출처 : Django FCM 개발(DRF)출처 : Firebase FCM 사용해서 알림 보내기출처 : \[Android] FCM을 이용해 Push 구현하기출처 : Firebase FCM 사용해서 알림 보내기
velog.io
Django FCM 개발(DRF)
https://hyun-am-coding.tistory.com/entry/Django-FCM-%EA%B0%9C%EB%B0%9CDRF
Django FCM 개발(DRF)
FCM이란 FCM은 무료로 메시지를 안정적으로 전송할 수 있는 교차 플랫폼 메시징 솔루션입니다. FCM을 사용하면 새 이메일이나 기타 데이터를 동기화할 수 있음을 클라이언트 앱에 알릴 수 있습니
hyun-am-coding.tistory.com
'Study > django' 카테고리의 다른 글
[DRF] fcm-django-web-demo를 이용한 fcm 테스트 정리 (0) | 2024.03.09 |
---|---|
[DRF] FCM 관련 Django 라이브러리 정보 정리 (0) | 2024.03.09 |
[DRF] drf-writable-nested 사용 방법에 대한 정리 (0) | 2024.03.07 |
django orm deep dive 2 - Django 5 ORM Model Essentials 2024 (1) | 2024.03.07 |
django orm deep dive 1 - DJ101 | Django Database ORM Mastery Course (1) | 2024.03.06 |
댓글