harshjohar / fabchat

Fabchat is a VoIP and instant messaging social platform. Create servers, create channels, talk on voice chat/real time messaging. have fun :)
https://fabchat.vercel.app/
4 stars 9 forks source link

Add files via upload #24

Closed mishank2002 closed 1 year ago

mishank2002 commented 1 year ago

This code uses the antd library for UI components such as the Form, Input, and Button components. The useHistory hook from react-router-dom is used to redirect the user to the chat page after a successful login. The auth and signInWithGoogle functions are imported from the Firebase authentication module, which handle email/password and Google sign-in respectively.

Note: Install the antd and @ant-design/icons libraries

vercel[bot] commented 1 year ago

Someone is attempting to deploy a commit to a Personal Account owned by @harshjohar on Vercel.

@harshjohar first needs to authorize it.

harshjohar commented 1 year ago

Please don't copy paste directly from ChatGPT. I know the bot is cool, but you need to follow some conventions and design patterns before contributing in open source.

Better luck next time!