daviscup
06/07/2022, 1:42 AMuser_metadata
somewhere in the supabase Authentification? All I can find is email/phone/provider/created/last sign in/user UIDNeedle
06/07/2022, 1:42 AMgaryaustin
06/07/2022, 1:48 AMdaviscup
06/07/2022, 2:06 AMdaviscup
06/07/2022, 8:49 AMdaviscup
06/07/2022, 8:52 AMUser metadata: It's generally better to store user data in a table inside your public schema (i.e. public.users). Use the update() method if you have data which rarely changes or is specific only to the logged in user.
Would this include things like user avatars/ addresses/ language preferences etc.? I'm not sure if I should store that in the user's metadata or in a seperate public db. @garyaustin sorry for the ping in case that's inappropriateMartin INDIE MAKERS
06/07/2022, 12:23 PMMartin INDIE MAKERS
06/07/2022, 12:23 PMgaryaustin
06/07/2022, 1:31 PMdaviscup
06/07/2022, 1:54 PM