push-notifications
Here are 992 public repositories matching this topic...
Documentation Feedback
How can I test the messaging().onMessage method?
I tried to issue the SharedEventEmitter.emit ('messaging_message_received') event but was unsuccessful.
Any workaround?
Right now the documentation for the iOS setup prompts to follow these instructions. https://facebook.github.io/react-native/docs/pushnotificationios.html#content
However this is both deprecated in RN core and doesnt work with the new autolinker system. Documentation should be revised to point here. https://github.com/react-native-community/react-native-push-notification-ios
A thing to note a
-
Updated
Jun 9, 2020 - JavaScript
There is a difference depending on running nfty inside a Python shell (call notify.notification() ) and run ntfy from commandline. I think the reason is a different default config file location.
In my case, I have created a config file under ~/.ntfy.yml and ntfy use that config when i run it from console (it sends notification via pushover). But when i try to send a notification from a inter
Parse Platform
Parse Platform
So, I'm eager to contribute to microG. There's just one problem: I've spent the last 10 hours trying to decipher the codebase, and feel like I'm nonethewiser for it. Could you please please PLEASE add some documentation? At least the architecture? I understand that nobody likes writing docs, and I understand that much of the structure is forced upon you by having to copy GPS, but it's critical i
- Xcode version: Version 11.3.1 (11C505)
- Firebase SDK version: 6.13.0
- Firebase Component: Auth
- Component version: 6.4.0
When unpacking the claims dictionary after calling getIDTokenResult(forcingRefresh:completion:) on an instance of FIRUser we are getting unexpected behavior for the key user_id. We are using user_id in our additional claims of our custom auth token.
Some platforms support mutual TLS for authenticating webhooks
Example of these platforms might be:
- https://api.slack.com/docs/verifying-requests-from-slack#mutual_tls
- https://www.sparkpost.com/docs/tech-resources/webhook-authentication/
Debugging
Sometimes it's useful to know the details of the client certificate being sent:
Subject Alternative Name, `Subject Common Name
Apple now gives you a .p8 certificate instead of .p12, so the documentation at django-push-notifications/docs/APNS.rst now fails.
Any guidance on how to generate the .pem I need to use this library?
-
Updated
Jul 23, 2018 - Java
Update changelog
The changelog has fallen behind as of recent. We should update it to make sure it reflects which changes were introduced in which versions.
It would be helpful to have a comprehensive documentation of the endpoints to help configure Authelia correctly in real life environments.
-
Updated
Jun 5, 2020 - Java
Hi,
I successfully install React Native One Signal on my iOS. I’m very glad about it, because docs was very good to follow.
My badge count is normally on new push notification.
But I found that my push (remote) notification do not increase badge when badge is already set by local notification.
Instead, it reset it to 1 then increase only IF another push (remote) notification is received.
http://uniqush.org/documentation/usage.html does not have a health check. The closest is /version or /psps, but those don't establish that the connections are active.
For example, in extraordinary networking outages (outgoing traffic is unacknowledged, and no error or response is received), the available file handles for a process can be used up, and calls to tls.Dial would fail for the APNs bi
I find it rather surprising that the facade sends each message to every device instead of treating the input as a list of pairs.
I suggest that this is explicitly stated in the documentation. Or the code could be changed.
Also the response array is somewhat buggy: It only contains the last response for each token.
I'm submitting a...
[x ] Bug report
[ ] Feature request
[ ] Documentation issue or request
In package
[ ] @ng-toolkit/init
[ ] @ng-toolkit/serverless
[x] @ng-toolkit/universal
[ ] @ng-toolkit/pwa
[ ] @ng-toolkit/f
-
Updated
Apr 22, 2017 - Ruby
-
Updated
May 25, 2020 - JavaScript
-
Updated
Jun 3, 2020 - Java
-
Updated
May 19, 2020 - Ruby
-
Updated
Apr 30, 2020 - Objective-C
-
Updated
Jun 10, 2020 - Java
GCM is deprecated and being replaced by FCM on 2019-05-29.
- https://developers.google.com/cloud-messaging/android/android-migrate-fcm#update-server-endpoints
- https://firebase.google.com/docs/reference/admin/python/firebase_admin.messaging
There's also the upcoming Python 2.7 EOL in 2020.
It seems there likely won't be any plans to uplift this SDK for ei
-
Updated
Mar 16, 2020 - Python
-
Updated
Oct 16, 2019 - Ruby
Improve this page
Add a description, image, and links to the push-notifications topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the push-notifications topic, visit your repo's landing page and select "manage topics."
The promise already says whether it's accepted or rejected, I'd expect an invocation that doesn't necessarily raise an exception when permission is denied.