-
Hi,
I quick question, I couldn't find any way to Send notification to a specific topic. is there any way to do that?
"to": "/topics/general",
"data": {
"message" : "my",
"oth…
-
Hello,
Disclaimer: Please bear with me. It is my first time implementing my own web push service on a REST API. I will do my best to specify my problem and explain my implementation's logic.
I …
-
## Checklist
- [x] I have verified that that issue exists against the `master` branch of Django REST framework.
- [x] I have searched for similar issues in both open and closed tickets and cannot …
-
I have a custom user model, however, when i register a device, the fcm-django model registers the id column of the related username or (partner_id in my case) to the user_id column.
I want the us…
-
Tried finding an end point for updating the fcm token incase it changes but could not find it. kindly assist
-
In https://reports.exodus-privacy.eu.org/reports/37/:
* `com/applovin/adview/AppLovinInterstitialAdDialog`
* `com/avocarrot/sdk/nativeassets/model/NativeAdData`
* `com/appnext/ads/`
* `com/inl…
U039b updated
5 years ago
-
If I didn't add a token to the header in django restframework Token authentication it works normally and doesn't do any authentication and the response of the view is always 200 not 401 or 403
Also i…
-
Hello, I have 2 separate problems here.
1. When sending only data payload, I am able to intercept it both in background and in foreground in my android device. Though, on some devices the backgroun…
-
I need FCM notifications in my project, unfortunately 1.4.1 still doesn't have it.
I'm using fpm utility to build packages for my production.
`.gem/ruby/2.3.0/bin/fpm --python-pip /usr/bin/pip -…
-
Hello,
I think your implementation of FCM (#302) is wrong.
2 reasons:
First:
In docs we have requests with Content-Type: application/json
Your implementation - application/x-www-form-urlenc…