Android Question Firebase notify click

Hello everyone
I want to do one thing when you click on a notification (sent to everyone in "general" topic), a new topic is created for 2 persons, i will send the name of the new topic with a notification (it works correctly). But in order to subscribe on it, only the first one who clicks on the notification and the user who sent it too. Can i do it with b4x?

Best regards.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Can i do it with b4x?
You can do everything that is possible in Android with B4X.

Does Firebase support the feature you are asking about? No.
You will need to implement a simple web server for this. You can do it with B4J. The users will send a message to your server and the logic required will be implemented there.
 
Upvote 0
You can do everything that is possible in Android with B4X.

Does Firebase support the feature you are asking about? No.
You will need to implement a simple web server for this. You can do it with B4J. The users will send a message to your server and the logic required will be implemented there.
Thanks)
 
Upvote 0
Top