Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Firebase Cloud Messaging + Django (Una implemen...
Search
Sergio Infante
July 08, 2017
Technology
0
440
Firebase Cloud Messaging + Django (Una implementación minimalista)
FCM HTTP Protocol + Django Rest Framework
Sergio Infante
July 08, 2017
Tweet
Share
More Decks by Sergio Infante
See All by Sergio Infante
Django + Arduino
neosergio
1
1k
Desarrollo móvil nativo vs híbrido vs web
neosergio
0
63
Tendencias en el desarrollo Móvil y wearables
neosergio
0
160
Other Decks in Technology
See All in Technology
Black Hat USA 2025 Recap ~ クラウドセキュリティ編 ~
kyohmizu
0
550
Amazon ECS デプロイツール ecspresso の開発を支える「正しい抽象化」の探求 / YAPC::Fukuoka 2025
fujiwara3
13
3.8k
LINEヤフー バックエンド組織・体制の紹介
lycorptech_jp
PRO
0
800
持続可能なアクセシビリティ開発
azukiazusa1
4
190
米軍Platform One / Black Pearlに学ぶ極限環境DevSecOps
jyoshise
2
470
クレジットカードの不正を防止する技術
yutadayo
17
7.6k
Devoxx Morocco 2025 - Like Spring but faster: The new Java Jedi
edeandrea
PRO
0
100
生成AI時代に若手エンジニアが最初に覚えるべき内容と、その学習法
starfish719
2
440
Post-AIコーディング時代のエンジニア生存戦略
shinoyu
0
290
セマンティックHTMLによる アクセシビリティ品質向上の基礎
zozotech
PRO
0
110
AI時代の戦略的アーキテクチャ 〜Adaptable AI をアーキテクチャで実現する〜 / Enabling Adaptable AI Through Strategic Architecture
bitkey
PRO
4
400
重厚長大企業で、顧客価値をスケールさせるためのプロダクトづくりとプロダクト開発チームづくりの裏側 / Developers X Summit 2025
mongolyy
0
140
Featured
See All Featured
Testing 201, or: Great Expectations
jmmastey
46
7.8k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.7k
Faster Mobile Websites
deanohume
310
31k
Keith and Marios Guide to Fast Websites
keithpitt
413
23k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.6k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
1k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
34
2.3k
Leading Effective Engineering Teams in the AI Era
addyosmani
9
1.1k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
33
1.8k
Code Reviewing Like a Champion
maltzj
527
40k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.5k
The Cult of Friendly URLs
andyhume
79
6.7k
Transcript
FCM + Django Push Notifications con Django REST framework Una
historia sobre: Sergio Infante Google I/O Extendend Lima 2017
Gamification en la oficina
Funcionalidades primera versión: -Lista de contactos -Kudos -Medallas por méritos
-Eventos Internos -Rankings de empleados -Avisos a los empleados
-Lista de contactos -Kudos -Medallas por méritos -Eventos Internos -Rankings
de empleados -Avisos a los empleados Funcionalidades primera versión:
Las elecciones El framework
Las elecciones El framework
None
Los finalistas Cloud Messaging
RESTful Api django-tastypie django-rest-framework + https://github.com/django-tastypie/django-tastypie https://github.com/encode/django-rest-framework
Estructura del proyecto activities categories employees events kudos utils administrator
admin.py apps.py models.py serializers.py tests.py urls.py views.py
django-fcm https://github.com/Chitrank-Dixit/django-fcm fcm-django https://github.com/xtrinch/fcm-django django-push-notifications https://github.com/jleclanche/django-push-notifications ? ? ?
Nuestra minimalista implementación personalizada
https://firebase.google.com/docs/cloud-messaging/http-server-ref Firebase Cloud Messaging HTTP Protocol
None
https://github.com/requests/requests/ http://python-requests.org
/employees/models.py /employees/views.py Registration Token https://firebase.google.com/docs/cloud-messaging/android/first-message#access_the_registration_token
/settings/production.py /settings/base.py
utils send_messages.py /
utils send_messages.py /
None
None
Thinkers or Doers?
You need the mind of the thinker, but the balls
of a doer.
FCM + Django Push Notifications con Django REST framework Una
historia sobre: Sergio Infante Google I/O Extendend Lima 2017 Attribution-NonCommercial-ShareAlike CC BY-NC-SA