xtrinch / fcm-django-web-demo

Quick demo to demonstrate the use of firebase web push notifications with the use of `javascript` on frontend, `django` on backend and push notifications via `fcm-django` pypi package for django.
74 stars 52 forks source link

Support for FCM HTTP v1? #20

Closed SirWumpus closed 3 years ago

SirWumpus commented 3 years ago

It appears the fcm-django-web-demo (and assume also fcm-django) uses the legacy HTTP API. Will there be support for the FCM HTTP v1 protocol? Migration notes.

xtrinch commented 3 years ago

Yes, the 1.0.0 version is using FCM HTTP v1 protocol.