Sign firebase token push notification
Store client key firebase
{
X-Port-Type:PUB,
Authorization: Bear {access_token}
}{
fcm_token: {firebase_token},
os: 1
}
1 : DESKTOP, 2: IOS, 3: ANDROIDLast updated
{
X-Port-Type:PUB,
Authorization: Bear {access_token}
}{
fcm_token: {firebase_token},
os: 1
}
1 : DESKTOP, 2: IOS, 3: ANDROIDLast updated
{
"status": "fail",
"message": "some thing went wrong!"
}{
"status": "success",
"data": ""
}