Hi,
I am working on my final project.
i am trying to send message a lot of time but nothing works.
when i'm using postman it works.
POST /fcm/send HTTP/1.1
Host: fcm.googleapis.com
Content-Type: application/json
Authorization: key=i*_JpHHMzmhTW7GLUyANa-jmcQ23fjRaxKHe6vd00_aje7lMSJKakL82xonM1aHe6hxuGRHz0ehmUATDGlM_qlGQlUthbE1ZCqaP1X3viHYPHL0vXJZ7goRjIA1
{
"to": "/topics/NEWYORK_WEATHER",
"notification": {
"title": "vancover update!",
"text": "This is the notification message."
}
}
i dont know how to send my request.
need your help guys .
thanks alot
ori