-
Notifications
You must be signed in to change notification settings - Fork 987
Closed
Description
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:

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"
}
}
}
}