-
### Description:
Currently, the FCMDevice model in the fcm-django package only supports synchronous operations for sending push notifications. This limitation makes it challenging to integrate the pa…
-
Hi,
There is a problem from version 2.0.1 with this PR https://github.com/xtrinch/fcm-django/pull/241 in the django Admin. If you try to send test notification to a device that firebase does not a…
-
* Operating System version: Ubuntu 22.04 (Heroku)
* Firebase SDK version: 6.2.0
* Firebase Product: FCM
* Python version: 3.11.4
* Pip version: 23.2.1
I'm using FCM to send multicast …
-
There's a [breaking change in the 3.0.3](https://github.com/jazzband/django-push-notifications/compare/3.0.2...3.0.3#diff-b5259e449e58495cb6653662f5caf1a6dec9a41db4145b60129568cbe912d514R1), so could …
-
A significant issue I have encountered with the Django-FCM library while implementing push notifications in my developing app.
I have configured Django-FCM with the setting DELETE_INACTIVE_DEVICES = …
-
I moved my app to use Firebase instead of APNS for iOS devices, and it was working with the legacy FCM API. After updating to the new HTTP v1 API notifications no longer go to iOS devices. Android dev…
-
https://github.com/jleclanche/django-push-notifications seems to have a lot of design issues.
As an alternative we can use https://github.com/xtrinch/fcm-django or https://github.com/Chitrank-Dixit…
-
Hi,
I tried to install oncall via helm Chart ( version 1.1.29) with following values.yaml :
```
base_url: my_base_url
grafana:
enabled: false
externalGrafana:
url: my_grafana_url
ingre…
-
Does anyone have problem with iOS devices that they can't receive message from django-fcm?
Android receives it, and when test from firebase console ios device receive message, just when using with dj…
-
Hello! I'm using django-fcm 0.1.1 with Django 1.10. When I've imported DeviceSerializer in my models.py file, I've got the error "django.core.exceptions.AppRegistryNotReady: Models aren't loaded yet."…