Closed jokj624 closed 2 years ago
let message = { data: { title: randomTitle as string, body: reminder.ogTitle as string, image: reminder.ogImage as string, url: reminder.url as string, }, apns: { payload: { aps: { alert: { 'title': randomTitle as string, 'body': reminder.ogTitle as string, 'url': reminder.url as string, } 'category': 'havit' 'thread-id': '5280' 'mutable-content': 1 }, }, fcm_options: { image: reminder.ogImage as string, }, }, token: reminder.userId['fcmToken'], };