chat-sdk / chat-sdk-android

Chat SDK Android - Open Source Mobile Messenger

Home Page:https://chatsdk.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[android-sdk] skipping authentication UI

Mohadese267 opened this issue · comments

commented

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?

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.