-
I followed all steps mentioned in these 2 pages: https://rnfirebase.io/messaging/usage I used Firebase console to send notification which worked fine in debug mode- emulator and real device both. But in release mode I do not get notification in both states - quite or background. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This sounds like an issue, not a discussion. Our issue template has the information we would need to see in order to help, the information provided here isn't sufficient. For FCM especially please send JSON directly using the REST API and post (minus your API keys and device token!) the actual JSON sent, also please make sure you reproduce with up to date versions there have been underlying bug fixes in the firebase SDKs with regard to messaging and notifications etc, also triple-check your configs and device token etc |
Beta Was this translation helpful? Give feedback.
This sounds like an issue, not a discussion. Our issue template has the information we would need to see in order to help, the information provided here isn't sufficient. For FCM especially please send JSON directly using the REST API and post (minus your API keys and device token!) the actual JSON sent, also please make sure you reproduce with up to date versions there have been underlying bug fixes in the firebase SDKs with regard to messaging and notifications etc, also triple-check your configs and device token etc