Save messages on database

Hey i have react native app and a server.
I manage to send messages between two devices, no problem here.
I want to save the messages in a database.
Can i get the message on the server throw a session or something like that?
Thanks a lot.

Hi Timor,

There is not “signal” event in the server side yet. It is scheduled in our roadmap.
But you can still send the same message that you are posting through Session.signal in your client side to your application’s backend. Does that make sense?

Regards.

Yes that’s what i wanted to do.
Thanks for your help.