munafio / chatify

Laravel's #1 one-to-one chatting system package, helps you add a complete real-time chatting system to your new/existing Laravel application with only one command.
https://chatify.munafio.com
GNU General Public License v3.0
2.23k stars 473 forks source link

How use chatify with mobile client? #316

Closed FetFrumos closed 10 months ago

FetFrumos commented 10 months ago

Hi @munafio, thank you for your work and your plugin.

I read your documentation and installed your plugin on my server. Now I have a question - how to use it with the client (mobile application)? if Pusher is used as the server by default, then it is necessary to configure Pusher on the client as well? what address should i use for x on the client? I did not find anything about this in the documentation. I would be grateful if you could explain this in more detail

munafio commented 10 months ago

@FetFrumos Thank you for your words, and about the implementation on other client apps, you only need to configure Pusher as they explained in their documentation and then use apis of Chatify to control data and send ...etc

It is the same way configured in 'code.js' client code of Chatify.