Genti2024 / GenTI-BE

springboot
0 stars 0 forks source link

[FEATURE REQUEST] 안드로이드 background 에서 FCM push noti Notification 안의 데이터를 불러오지 못하는 이슈 대응 #136

Closed BYEONGRYEOL closed 1 month ago

BYEONGRYEOL commented 2 months ago

Describe the bug 안드로이드 앱은 Notification 형식을 받지 못해서 notification 안에 담을 title, body 를 data에도 넣어서 줘야합니다.

{
  "notification" : {
    "title" : "제목",
    "body" : "내용"
  }
  "data" : {
      "notification" : {
        "title" : "제목",
        "body" : "내용"
      }
    "추후진짜로 전달될 데이터" : "추후진짜로 전달될 데이터"
  }
}

Expected behavior 비즈니스 로직 상 어떻게 되어야하는지 말씀해주세요

Screenshots swagger or postman 스샷 있으면 도움이 많이 됩니다.

Additional context Add any other context about the problem here.