Mojca Rojko
Mojca Rojko
Bump. Same here.
Yeah, it would be really great to have tests. I never find the time to get around to it. I would greatly appreciate any pull requests on the matter!
Have you checked out https://github.com/xtrinch/fcm-django-web-demo? It's pure javascript but it should be easy enough to port it to react?
This is not currently implemented. Feel free to add it with a PR
@Real-Gecko Did the error messages not write itself onto the devices, visible in the admin panel?
https://github.com/xtrinch/fcm-django/blob/9987d21b1b6f1c13be71d2b1ba9e467855252b1a/fcm_django/models.py#L118 Yeah you're right it is only checked when sending in bulk, not when sending a single message. We should fix this.
Could anyone perhaps help us with a pull request?
I accept pull requests at all times, otherwise it may take a while for me to get to an issue
Well the question at hand is how much worse will the performance be, if you call save on individual models so that the post_save handler would be triggered. What is...
Not a bad idea.