chat-sdk / chat-sdk-android

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

[android-sdk] skipping authentication UI #711

Closed Mohadese267 closed 3 years ago

Mohadese267 commented 3 years ago

I have an app using ChatSDK , it has login process using google sign-in , so it has its own authentication process , I just need to apply this info in chat sdk , I wonder if there is anyway to skip the login/registration process used it ChatSDK?

bensmiley commented 3 years ago

Yes, as soon as you authenticate with Firebase, the Chat SDK will attach the necessary listeners and set itself up. If you want to skip login, just don't load your own activity instead of the splash screen activity.