-
Typescript definitions are a bit outdated. Can them be updated please?
https://github.com/appfeel/node-pushnotifications/issues/120
-
### Current behavior:
After sending a notification via APN, node will not exit due to open handles.
### Expected behavior:
The process should exit normally after all tasks are complete.
### M…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws…
-
### [REQUIRED] Environment info
Version: 13.7.1
OS: Ubuntu
### [REQUIRED] Test case
Deployment with a failing function update.
### [REQUIRED] Steps to reproduce
`firebase deplo…
-
Sending custom data with FCM is not working. When trying to log the notification received in Expo React Native, no custom data is received.
Here's the code:
```
const settings = {
fcm: {
…
-
Thanks for brining this plugin to the community.
I am planning to use this plugin as non-Firebase plugin and use https://github.com/appfeel/node-pushnotifications on server side to push notificatio…
-
Hello, im trying to send notifications to device group (it works), it worked when i passed in just a device token
```
const settings = {
gcm: {
id: "...",
phonegap: false,
…
-
@kevintaing86 could you assist me with getting this to work? I've made some progress in the [networkNotify](https://github.com/leesander1/hearmenow-electron/tree/networkNotify) branch
-
Could someone just give me some help?
I am trying to import the @capacitor-community/fcm in my NEXTJS project.
And I am facing this issue.
There is no issue for me to import { PushNotification…
-
[In this SO post](https://stackoverflow.com/questions/37711082/how-to-handle-notification-when-app-in-background-in-firebase) they discuss the difference between data and display messages (the main di…