We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using cloud messaging.
Lock the device when the app is in foreground. Get a remote notification. Click on it.
onMessage handles the notification, but opened_from_tray is 0. I think it should be 1.
opened_from_tray
0
iOS
macOS ElCapitan
XCode: 8.2 IOS: 11.2.5
react: 16.2.0
react-native: 0.52.2
react-native-firebase: 3.2.2 cloud messaging
Cloud Messaging
The text was updated successfully, but these errors were encountered:
@yuoppp We're aware of this issue - it will be fixed as part of #595
Sorry, something went wrong.
Good news, the long awaited alpha of our messaging and notifications overhaul is now available!!
Check out the release notes here: https://github.com/invertase/react-native-firebase/releases/tag/v4.0.0-alpha.1
If you have any comments and suggestions or want to report an issue, come find us on Discord
No branches or pull requests
Issue
Using cloud messaging.
Lock the device when the app is in foreground.
Get a remote notification.
Click on it.
onMessage handles the notification, but
opened_from_tray
is0
. I think it should be 1.Environment
iOS
macOS ElCapitan
XCode: 8.2
IOS: 11.2.5
react: 16.2.0
react-native: 0.52.2
react-native-firebase: 3.2.2
cloud messaging
Cloud Messaging
The text was updated successfully, but these errors were encountered: