You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The push notification sent well, but Firebase is not creating the label. Only worked when I used send_v1 and specifying only 1 devise, but I have to send to multiple devices.
Thank you very much.
The text was updated successfully, but these errors were encountered:
@ManuelCostanzo I think, need to use send_v1 as fcm.send do not support analytics labels, it using old firebase api. You can send to each device separately or create a firebase topic use instruction to send it there.
Hey, hi everyone!
I have an issue when sending push notifications to multiple devices. I'm doing:
The push notification sent well, but Firebase is not creating the label. Only worked when I used send_v1 and specifying only 1 devise, but I have to send to multiple devices.
Thank you very much.
The text was updated successfully, but these errors were encountered: