chat21 / chat21-ionic

A ionic v5 and Angular 8 desktop and mobile chat
https://tiledesk.com/
MIT License
83 stars 93 forks source link

Server Side Code to Run #64

Closed vikashbbd closed 3 years ago

vikashbbd commented 3 years ago

Hi I am trying to run this project but little confused on the server URL. I have setup the cloud functions but to login or to get contact lists etc do we need a server side application? Please point to it if neded.

andrealeo83 commented 3 years ago

Hi if you want to run Tiledesk in local I suggest you to use :

1) The new beta easy to install Tiledesk with MQTT protocol (without Firebase) Docker Compose version : https://github.com/Tiledesk/tiledesk-deployment/tree/master/docker-compose

2) the Tiledesk version with Google Firebase https://developer.tiledesk.com/installation/running-tiledesk-with-docker-compose

vikashbbd commented 3 years ago

Thanks a lot @andrealeo83. Is there I can run this without Tiledesk server?

vikashbbd commented 3 years ago

Basically I am using Firebase + Tiledesk cloud functions. Now I want to run the ionic webchat. So I do I need to have a server component installed or Can I do away without it. Little confused here.