-
Notifications
You must be signed in to change notification settings - Fork 4k
[firebase_messaging] "onMessage" is triggered twice #1804
New issue
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
Comments
I confirm (firebase messaging 6.0.9, and flutter 1.12.13+hotfix.5) |
Guys |
for while, im doing my a work around, for detected duplicated messages, is annoying i know, but let them take a time to fix that and others things. |
Little update: Update 2:
Both have onMessage triggered twice, so I don't know where could be the problem... |
here too, in other app(5.1.6) i dont face that bug, maybe the v2 embbeding get that error, you can debug for see what happening? |
I have the same problem. |
Hi @iapicca that's ok I will follow up that one. |
Hi everyone, I have been trying to implement firestore cloud messaging to an flutter app with the firebase_messaging package version 6.0.9 but each time that I try to send a test message to my app the "onMessage" event is triggered twice. I already follow all the basic steps to set up everything and it is working but the only problem is the messages displayed twice.
Here is my flutter doctor logs (I'm using Visual Studio Code)
This is my main.dart code
If someone knows anything about this behaviour please let me know.
The text was updated successfully, but these errors were encountered: