fcm-django-web-demo icon indicating copy to clipboard operation
fcm-django-web-demo copied to clipboard

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.

Results 10 fcm-django-web-demo issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/25315610/181681574-3ba3c341-4363-4344-a22e-56a256c3dfb3.png)

Not getting any notifications, guessing it's because I'ven not set up the config correctly to my firebase account. The config looks different from the one in the project, so not...

I used the same example, nothing changed except the function that sends to the server and the VAPID_KEY

First, I tried installing requirements.txt but I was getting the same error, so I updated the modules, it was working fine for me about a week ago but since yesterday,...

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 to 1.26.17. Release notes Sourced from urllib3's releases. 1.26.17 Added the Cookie header to the list of headers to strip from requests when redirecting to a...

dependencies

Bumps [django](https://github.com/django/django) from 4.2.1 to 4.2.3. Commits 1651351 [4.2.x] Bumped version for 4.2.3 release. b7c5feb [4.2.x] Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator a... 1ea1136 [4.2.x] Fixed typo in...

dependencies

Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.15.1 to 3.15.2. Commits c7a7eae Version 3.15.2 (#9439) 3b41f01 Fix potential XSS vulnerability in break_long_headers template filter (#9435) fe92f0d Add __hash__ method for permissions.OperandHolder class (#9417) fbdab09...

dependencies

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 1.26.19. Release notes Sourced from urllib3's releases. 1.26.19 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies

Bumps [django](https://github.com/django/django) from 4.2.11 to 4.2.15. Commits 4d32ebc [4.2.x] Bumped version for 4.2.15 release. f4af67b [4.2.x] Fixed CVE-2024-42005 -- Mitigated QuerySet.values() SQL injection att... efea1ef [4.2.x] Fixed CVE-2024-41991 -- Prevented...

dependencies

Followed everything mentioned in the readme of this repo. In my mysite/requirements.txt I have: fcm-django coreapi django-cors-headers djangorestframework django-sslserver Django six urllib3 pyyaml both servers frontend and backend are running...