Android Question Firebase - wheres the topic?

aidymp

Well-Known Member
Licensed User
Longtime User
Hi, sorry a forum search is not showing what I want!

Is it possible, to see the topic a message was sent by?

so i can do something different if the topic is say a service message?

if so, how do I see it?

Thanks

Aidy
 

aidymp

Well-Known Member
Licensed User
Longtime User
Change the B4J code to:
B4X:
Dim data As Map = CreateMap("title": Title, "body": Body, "topic": Topic)
This will include the topic in the data section.

Ah! Simple when you know how!

Thank you

Aidy
 
Upvote 0
Top