Open IndieCoderMM opened 1 year ago
Allow users to change display names and add personal information.
react-hook-form
zod
firestore
Sample form modal layout https://github.com/IndieCoderMM/convoz-chat/blob/18623b4a0524cbb557153bcbc678091ab06f9db5/src/pages/Channels.tsx#L66-L72
Sample form implementation in features/Channels/ChannelForm.tsx
Updating to firestore https://github.com/IndieCoderMM/convoz-chat/blob/18623b4a0524cbb557153bcbc678091ab06f9db5/src/features/Channels/utils.ts#L37-L42
Allow users to change display names and add personal information.
react-hook-form
andzod
firestore
Resources
Sample form modal layout https://github.com/IndieCoderMM/convoz-chat/blob/18623b4a0524cbb557153bcbc678091ab06f9db5/src/pages/Channels.tsx#L66-L72
Sample form implementation in features/Channels/ChannelForm.tsx
Updating to firestore https://github.com/IndieCoderMM/convoz-chat/blob/18623b4a0524cbb557153bcbc678091ab06f9db5/src/features/Channels/utils.ts#L37-L42