Replies: 4 comments
-
@cer718 facing same issue, any update? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@cer718 Did you find any solution for this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@cer718 Did you find any solution for this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am also facing same issue on iOS side, android is working fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In iOS, messaging().setBackgroundMessageHandler() is not triggered when the app is in quit mode and another app is running in the foreground.
But notification is being created.
When a notification is received and the app is excuted, messaging().onMessage() is triggered.
foreground -- another application executed
quit - my application
Therefore, when a notification is created in onMessage, two notifications are created.
Is there something I'm making a mistake that I'm missing?
index.js
Message Parameters
Beta Was this translation helpful? Give feedback.
All reactions