swsnu / swpp2019-team7

1 stars 1 forks source link

Connect Firebase Cloud Messaging with Pillbox frontend #48

Closed jaehunjung1 closed 5 years ago

jaehunjung1 commented 5 years ago

We will first try out connecting FCM and Pillbox frontend, minimizing backend logic. After this, we will customize our notification to be handled from our Django models.

jaehunjung1 commented 5 years ago

Even if we minimize interaction with our App backend, we still need to modify our User model to handle Firebase Notification Instance ID.

jaehunjung1 commented 5 years ago

Refer to this

peterhyun commented 5 years ago

If we happen to use cronjobs https://www.ostechnix.com/a-beginners-guide-to-cron-jobs/ https://stackoverflow.com/questions/573618/django-set-up-a-scheduled-job https://pypi.org/project/django-crontab/

peterhyun commented 5 years ago

https://github.com/xtrinch/fcm-django

-> README.md is very useful