https://supabase.com/ logo
How to get user's metadata from the auth table? I ...
# javascript
j
How to get user's metadata from the auth table? I tought It would be send when I sign in, but it's not there.
o
Hi You should get your metadata (stored ones) Can you check if you have an error? What's your current code? @joshcowan25
j
I receive an object and I have no error. My authentification works well, but the "user_metadata": returns an empty object {}, but there are datas...
I did some test, I think authentification doesn't return user metadata, so I used supabase.auth.user() instead and now I have them
o
Awesome if it works!