Skip to content

FCM send duplicate message #8624

@bangln

Description

@bangln

Operating System

window 11

Environment (if applicable)

N/A

Firebase SDK Version

9.16

Firebase SDK Product(s)

Messaging

Project Tooling

React app, php

Detailed Problem Description

I send message to firebase and got 2 noti in my device:
image

Steps and code to reproduce issue

API endpoint: https://fcm.googleapis.com/v1/projects/project-id/messages:send
body: {
"message": {
"token" : "token",
"notification": {
"title": "test"
},
"webpush": {
"headers": {
"Urgency": "high"
},
"notification": {
"body": "test"
}
}
}
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions