xtrinch/fcm-django
FCM Django: Send push notifications via django to websites, iOS & android mobile devices through FCM (Firebase Cloud Messaging)
PythonMIT
Issues
- 1
- 2
send_message: Exactly one of token, topic or condition must be specified.
#276 opened by dani-kinetikos - 3
Sending messages in bulk does not work
#275 opened by mykhailo-work - 0
No view to remove devices manually
#274 opened by Lukas2019 - 3
- 2
fcm_django.FCMDevice.user: (fields.E301) Field defines a relation with the model 'auth.User', which has been swapped out. HINT: Update the relation to point at 'settings.AUTH_USER_MODEL'.
#271 opened by NurKhalilov - 1
- 1
FCMDevice QuerySet does not work with send_message due to `send_all` usage
#273 opened by nguyenvanduc208 - 6
Issue in migration
#258 opened by imnileshd - 0
CommandError: Conflicting migrations detected; multiple leaf nodes in the migration graph
#269 opened by nhridoy - 21
Add updated_at field
#234 opened by nachov99 - 6
Incorrectly marking devices as inactive
#268 opened by irfankpr - 0
OperationalError: "max key length is 3072 bytes" when running tests w/ MySQL w/o migrations
#266 opened by tuky - 2
Message is sent to inactive devices
#197 opened by eriktelepovsky - 6
- 2
- 3
set badge count dynamically by user
#256 opened by sean-seunghyun - 1
Compatibility with Python 3.11 and Django 4.2
#253 opened by LizaMary13 - 5
- 11
- 2
Cover with tests?
#204 opened by olzhasar - 5
send_message is returning FirebaseError, Instead of raising Error. This makes try except impossible to catch error. Is this intentional or can we change it to raise error.
#215 opened by nitish9801 - 7
- 5
- 3
Backward compatible Updates!!!!!
#235 opened by alimirjahani7 - 4
- 3
- 1
user and device type filters in admin dashboard
#220 opened by aliharby12 - 7
- 4
No sound for IOS notifications
#214 opened by avatarKaran - 5
How to register ios devices?
#216 opened by mascDriver - 2
Setting `content_available: True`
#218 opened by danielbwa - 1
is_cool=True from the docs
#219 opened by gabn88 - 1
Celery and FCM-django
#224 opened by PaulleDemon - 8
- 4
"error": "Server Error (500)"
#217 opened by huynd26 - 0
Notification request failed but no error response
#213 opened by namicts - 3
- 3
django.db.utils.ProgrammingError: relation "fcm_django_fcmdevice" does not exist LINE 1: ...istration_id", "fcm_django_fcmdevice"."type" FROM "fcm_djang...
#208 opened by sreebash - 2
- 2
ERRORS: fcm_django.FCMDevice.user: (fields.E301) Field defines a relation with the model 'auth.User', which has been swapped out. HINT: Update the relation to point at 'settings.AUTH_USER_MODEL'.
#207 opened by sreebash - 1
- 5
More verbose error message
#201 opened by Real-Gecko - 1
- 1
“python_requires” should be set with “>=3.6”, as fcm-django 1.0.8 is not compatible with all Python versions.
#200 opened by PyVCEchecker - 3
Not receiving notifications
#199 opened by eliezerp3 - 1
- 3
Cant install via requirements.txt
#195 opened by yandiro - 5
Migration issue with DEFAULT_AUTO_FIELD
#193 opened by bandirom - 2
Please check 0007 migration
#192 opened by dgostilovich