Google FCM Server: 200 but no notification sent to phone
问题 I am working via Postman to send a FCM push notification to my phone that already has the app installed. I have push notifications enabled, the app is on the background, and I have a valid (confirmed) Firebase push token. I'm POSTing to https://fcm.googleapis.com/fcm/send with the headers (Authorization: key=APP_SERVER_KEY, Content-Type: application/json), and my body looks like: { "notification": { "title": "Portugal vs. Denmark", "text": "5 to 1" }, "to": MY_PUSH_TOKEN } I'm getting the