fcm
Here are 327 public repositories matching this topic...
Hi
I'm using:
"react-native": "0.53.3",
"react-native-fcm": "^14.1.3",
"react": "16.2.0",
When a user logs out the app also does an unsubscribe from topics. But user still receives the notifications. How come?
thanks!
Update RSpec
I tried this a few times, but even updating from 3.4.0 to 3.5.0 fails for me and I have no idea why. Maybe I was just unlucky and now it will just work. :)
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
Feb 1, 2020 - HTML
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 think it would be useful to have the From field in onMessageReceivedCallback. The Java API for example does provide this: https://firebase.google.com/docs/reference/android/com/google/firebase/messaging/RemoteMessage#getFrom()
Use case is if you are subscribed to multiple topics you may want to handle it differently depending on the topic. Currently you have to send the topic name also in
Yesterday Google's Firebase team announce some cool new stuff at the Firebase Dev Summit:
https://firebase.googleblog.com/2017/10/whats-new-at-firebase-dev-summit-2017.html
One of these new things is the improvement to the Cloud Messaging API:
Firebase Cloud Messaging (FCM) gives you an easy way to send notifications to your users, either programmatically or through the Firebase Console. Ho
-
Updated
May 21, 2020 - Java
-
Updated
May 20, 2020 - Python
-
Updated
May 21, 2020 - Java
-
Updated
Mar 16, 2020 - Python
-
Updated
May 16, 2020 - Ruby
-
Updated
May 13, 2020 - PHP
Hi,
I can't figure out how to the open the app when it's in background / quit state and the user press a notification.
My notifcations partern is the folowing (on background / quite state):
- App receives a silent notification;
- App treats the silent notification (fectching data + some other stuffs);
- App generate a local notification to be displayed;
Everything works fine exept tha
https://documentation.onesignal.com/docs/cordova-sdk-setup
In your documentation you use many detours to don't use Cordova Core, like pure iOS distribution settings with Xcode (especially for iOS Service Extensions).
This is not sustainable with Cordova, because we rebuild the project everytime we add JS or settings in our Cordova App.
So very very huge waste of time to all re-configure Xco
-
Updated
Mar 3, 2020 - Kotlin
-
Updated
Jan 9, 2020 - Go
-
Updated
May 13, 2020 - Java
-
Updated
May 18, 2020 - C#
could you help me with a small example how to add this package to angular project use electron js
thank you so much,you made a great package
-
Updated
Apr 12, 2020 - JavaScript
-
Updated
Apr 13, 2020 - PHP
-
Updated
Mar 7, 2018 - Shell
The documentation for this project is really sparse. Since it is not detected by ionic current tooling, I would suggest an update to the documentation with the necessary information in order to setup it for running.
eg:
- Clone the project.
- Build it with ionic. (which is failing)
-
Updated
Apr 17, 2020 - Java
-
Updated
May 21, 2020 - Elixir
-
Updated
Dec 26, 2018 - Ruby
Improve this page
Add a description, image, and links to the fcm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fcm topic, visit your repo's landing page and select "manage topics."
Documentation Feedback
How can I test the
messaging().onMessagemethod?I tried to issue the
SharedEventEmitter.emit ('messaging_message_received')event but was unsuccessful.Any workaround?