I have used "firebase-admin" , "firebase_admin.initialize_app(cred)",
////message = messaging.MulticastMessage(
data={
'title': title,
'body': body,
},
token=fcm_token,
)//////////
"messaging.send_each_for_multicast(message)"
I am geeting successful response but users are not getting the message.
Any idea how can i solve this?