Mojca Rojko
Mojca Rojko
Are you sure you're not installing sharp from npm separately? (i.e. double check that sharp is not in your package.json dependency). Gif output should work out of the box with...
You can use this package in any browser that supports web push notifications - you can see a javascript example at https://github.com/xtrinch/fcm-django-web-demo
+1 for this to be merged, very useful
I think perhaps you're right that this does not qualify for token deactivation
This module doesn't delete any tokens. If firebase deletes them, then it's OK if this module does too
Yes, that would be a welcome addition. Pull requests welcome
For sure @mohitCodepy. Essentially, it is a datetime field which updates automatically with a new datetime everytime an FCMDevice entry is updated
Tracking in https://github.com/xtrinch/fcm-django/pull/239, let's go with an override-able device model
Honestly @Akay7 , going from @Eraldo 's last comment - while this is now possible with the overrideable device model, I would still add this into the default one, it...
@Akay7 If FCM issues new tokens for same app instance, and one would update the token on the same device model instance, then update date would be the one to...