feat: User profile update [⭐4xp]
IndieCoderMM opened this issue · 0 comments
IndieCoderMM commented
Allow users to change display names and add personal information.
- Create a form modal for updating the profile
- Implement form using
react-hook-form
andzod
- Update data to
firestore
Resources
-
Sample form modal layout
convoz-chat/src/pages/Channels.tsx
Lines 66 to 72 in 18623b4
-
Sample form implementation in features/Channels/ChannelForm.tsx
-
Updating to firestore
convoz-chat/src/features/Channels/utils.ts
Lines 37 to 42 in 18623b4