Back to Browse

파이썬 Python FCM(Firebase Cloud Messaging) 발송 구현 API(v1), 푸시서버 모듈 업데이트/마이그레이션

1.4K views
Premiered Feb 16, 2024
16:28

#파이썬 #python #fcm #firebase #firebasecloudmessage 안녕하세요, 여러분! 오늘은 파이썬으로 FCM(Firebase Cloud Messaging) 발송하는 기능을 구현할거예요. 푸시 메시지를 다루는 백엔드 개발자는 필수로 알아야 하는 내용입니다. 영상에서 작성한 코드는 아래 깃허브에서 다운받을 수 있습니다. https://github.com/nicecoding1/python_example/blob/main/send_fcm_coupang_unicast.py https://github.com/nicecoding1/python_example/blob/main/send_fcm_coupang_multicast.py https://github.com/nicecoding1/python_example/blob/main/send_fcm_coupang_topic.py 블로그 https://blog.naver.com/oralol/223218891380 푸시 테스트 앱 - 쿠팡런 https://play.google.com/store/apps/details?id=kr.jsoft.coupang 기존 HTTP 또는 XMPP API(2023년 6월 20일에 지원 중단됨)의 기존 사용자는 2024년 6월 20일까지 최신 Firebase 클라우드 메시징 API(HTTP v1)로 마이그레이션해야 합니다. https://firebase.google.com/docs/cloud-messaging/migrate-v1?hl=ko 장비 마이크: Shure MV7 채널에 가입하여 혜택을 누려보세요. https://www.youtube.com/channel/UCV3c1DU6YiAGwtfD1B1N2-w/join

Download

0 formats

No download links available.

파이썬 Python FCM(Firebase Cloud Messaging) 발송 구현 API(v1), 푸시서버 모듈 업데이트/마이그레이션 | NatokHD