evollu / evollu/react-native-fcm
How do I read the message from the push notification?
Open
- Dominant language
- Java
- Stars
- 1.7k
- Forks
- 661
- PR merge metrics
- No merged PRs in 30d
Description
I am using this below function to know wther the app is open from tray or the launcher
```
FCM.getInitialNotification().then(notif => {
console.log("getInitialNotification", notif)
});
```
I want to read the message of the push notification once the user click on it, but in the payload I doesn't contain any messages.

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.