User Profile
Installation
npx supaauth@latest add --component user-profile
What is this cmd will do?
- Create 3 component files
user-profile
,avatar
,manage-user
- Install and Create
React Query
Provider. Make sure you import and use it inside your layout
<QueryClientProvider>
....
{children}
....
</QueryClientProvider>
- Create Hook folder, That's going to have
useUser
hook that you can use for to get user information