How to send Firebase InAppMesaaging to Multiple Device ???

  • Replies:2
Ankit kumar
  • Forum posts: 1

Mar 21, 2019, 6:07:54 AM via Website

I Want to send Message to my App users by using Firebase InAppMessaging. Since, I am Beginner, After Googling I found some method to send Message. Which ,Firstly I have to Collect Firebase Instance Id from LogCat then I can send message to a specific Users. But, I want to send Multiple user at a time....

If I will have to Collect Device's Instance Id, How will I collect all Device's Instance Id.. .
Or There is another method to do so.
Please Help me to Solve it.......

Reply
Divya G
  • Forum posts: 1

Mar 21, 2019, 6:47:23 AM via Website

Can you people suggest me ideas on my spoken english classes.

— modified on Mar 21, 2019, 6:48:25 AM

Helpful?
Reply
David Michael
  • Forum posts: 27

Mar 22, 2019, 11:51:30 AM via Website

Before sending messages to a group, you must:

i) Obtain registration tokens for each device you want to add to the group.

ii) Create the notification_key, which identifies the device group by mapping a particular group (typically a user) to all of the group's associated registration tokens. You can create notification keys on the app server or on Android client apps.

Helpful?
Reply