Replies: 2 comments
-
Hi there - 1- whether you see "onMessage" on the native module or not is not a valid test for whether functionality exists If you are reporting an issue, it's best to actually report an issue and fill out the template + include all the versions that are in use + include code that reproduces etc But in general |
Beta Was this translation helpful? Give feedback.
-
Yes, it is true. Thank you for your answer
пт, 11 окт. 2024 г. в 14:13, Mike Hardy ***@***.***>:
… Hi there -
1- whether you see "onMessage" on the native module or not is not a valid
test for whether functionality exists
2- it's there at the javascript layer, and if you use the github search
tool for "onMessage" you'll see it
If you are reporting an issue, it's best to actually report an issue and
fill out the template + include all the versions that are in use + include
code that reproduces etc
But in general onMessage / not receiving messages issues are related to
local project issues and a careful careful careful examination of the *device
logs* (adb logcat / or Console.app looking at logs of a real iOS device
plugged into computer) will show that the FCM are delivered fine but the
app isn't receiving them for some reason.
—
Reply to this email directly, view it on GitHub
<#8058 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKLINDPY7MSRDA5TV6PBUU3Z266FNAVCNFSM6AAAAABPYOS7FGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAOJRGQ4DGOA>
.
You are receiving this because you authored the thread.Message ID:
<invertase/react-native-firebase/repo-discussions/8058/comments/10914838@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Hello! I stuck with issue. Now i don’t get notifications in my react-native app. When i check @react-native-firebase/messaging: ^21.0.0 i don't see onMessage() method.
What I'm doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions