Relative Content

Tag Archive for firebasepush-notificationfirebase-cloud-messaging

FCM Send push notification from HTTP v1 to multiple devices get error [duplicate]

This question already has answers here: what is the Endpoint for sending multiple message at once without using topic in FCM(firebase cloud messaging) V1 (1 answer) FCM batch messages URL (1 answer) Closed 2 days ago. API : https://fcm.googleapis.com/v1/%7B+parent%7D/messages:send Request body { “message”: { “registration_ids”: [ “DEVICE_TOKEN_1”, “DEVICE_TOKEN_2” ], “notification”: { “title”: “postman test 2”, […]

How to test send Firebase silent push notifications?

I don’t have experience using Firebase, and I’m trying to test send a silent push notification through FCM to an Android app I’m developing. It seems I can only send regular notifications from the Firebase admin (which I’ve been able to do), but not the silent ones I’m trying to test.

Merge notification doesn’t work. What should I try?

please tell me who has encountered this problem. I’m currently working with firebase notifications, I want to make sure that messages from the same sender are merged, like in WhatsApp. They all come to me separately

firebase push notification failure

I’m trying to send push notifications using the Firebase Admin SDK, but I’m not receiving any notifications.
The error “Requested entity was not found” occurs.