How to use passwod with Uid when we login

I need to use password with UID at the time of login, is it possible?

Hi @demonicinn

CometChat does not handle user management. You must handle user registration and login at your end. Once the user is logged into your app/site, you can log in the user to CometChat programmatically . So the user does not ever directly login to CometChat.

Please refer to https://www.cometchat.com/docs/flutter-chat-sdk/key-concepts#authentication for the key concepts.

Thanks.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.