Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

202
Views
Add image to notification when using sendToTopic method

I want to use sendToTopic method to send notification to a topic, How can I add image to the notification? There is no option such as notification.imageUrl

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

It can be done like this -

 const message: TopicMessage = {
  topic: reqData.topic,
  data: {
    abc: reqData.abc
  },
  notification: {
    title: reqData.title,
    body: reqData.body,
    imageUrl: reqData.imageUrl
  }
};

// messageRes is a message ID string.
const messageRes = await admin.messaging().send(message);
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!