Duplicate Firebase Push Notifications #11937
Unanswered
Mohamed-7018
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Did you find solution? |
Beta Was this translation helpful? Give feedback.
2 replies
-
A little later here, but this is most likely related to #6113. |
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.
-
While developing my app, I incorporated firebase notifications using the tutorial guides provided by firebase. However, I am encountering an issue where other devices receive two notifications instead of one. Additionally, the device that sends the notification receives the same notification, even though it shouldn't. I came across similar queries that had to do with duplicate notifications. On another note, I am interested in learning how to manually send push notifications to devices within a certain location.
Here is my flutter doctor-v output

My dart code
I made several attempts to identify the issue, but unfortunately, I was unable to determine its root cause. If there is a need for additional information, I will make necessary edits to include it.
Beta Was this translation helpful? Give feedback.
All reactions