ConnectyCube / connectycube-reactnative-samples

Chat and Video Chat code samples for React Native, ConnectyCube
https://connectycube.com
Apache License 2.0
125 stars 111 forks source link

How To Store Messages data? #29

Closed myomyintaung1411 closed 4 years ago

myomyintaung1411 commented 4 years ago

I have a question about it is possible to store messages data into MongoDb or MySQl?

DaveLomber commented 4 years ago

all the messages are already stored in Database at server side

if you want to copy each message in your own Database, you can call you API and store a message to your DB along with sending messages via ConnectyCube API, there are no any restrictions here

ccvlad commented 4 years ago

Since there is no activity I’m going to close the issue. Please raise a separate issue in case of any other questions.