You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am subscribing to multiple topics from the same client, and I am looking for a way to know in function onMessage to which topic this message was sent.
In the Firebase Documentation, there is a function named getFrom() on the RemoteMessage object that meets this need.
How can I do it with the firebase_messaging plugin in Flutter?
Thanks
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am subscribing to multiple topics from the same client, and I am looking for a way to know in function onMessage to which topic this message was sent.
In the Firebase Documentation, there is a function named getFrom() on the RemoteMessage object that meets this need.
How can I do it with the firebase_messaging plugin in Flutter?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions