chat-sdk / chat-sdk-android

Chat SDK Android - Open Source Mobile Messenger
https://chatsdk.co
Other
1.61k stars 611 forks source link

How to directly start ChatActivity between two known users #727

Closed Khaptikma closed 2 years ago

Khaptikma commented 2 years ago

Let's say I already have two users registered in the Firebase Auth. How do I start ChatActivity and make these users to directly start chatting without going through MainActivity first? Thank you.