Skip to content

Instantly share code, notes, and snippets.

@hieptl
Created November 16, 2021 02:52
Show Gist options
  • Select an option

  • Save hieptl/a5408e9529a49987c5d94d677526e87d to your computer and use it in GitHub Desktop.

Select an option

Save hieptl/a5408e9529a49987c5d94d677526e87d to your computer and use it in GitHub Desktop.
login.js - Login CometChat - Instagram Clone React Node
const loginCometChat = async (user) => {
const authKey = `${process.env.REACT_APP_COMETCHAT_AUTH_KEY}`;
return await cometChat.login(user.id, authKey);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment