New to weweb. Looking good so far. I’ve created Auth and Userprofile with additional info. I am not able to see users from supabase inside weweb. I cannot grab UUID from Supabase into Weweb.
This is the flow:
Register email (auth) > Register name/other info (profile) > Assign UUID of current user to Userprofile.
I can’t seem to get the actual user UUID in dev environment; is this because I am on freeplan in Weweb? I’m not able to publish, obviously.
Am I doing it wrong? If that’s the case I will have to try to build in auth as the last step…
I actually figured it out! It seems I had not setup Supabase correctly. That’s why users did not appear in WeWeb. A lot of this was created in the backend.
I’ve noticed! Dipping my toes in JavaScript should come in handy someday. Supabase also seems very, very capable of scaling beyond anything I would touch myself
I am new to web, I am trying to do auth with supabase, I already created the necessary tables in public schema, but I understand that I cannot access the auth user information and therefore supabase suggests creating a public table called users, to be able to take the information from there, information such as phone, photos, age, etc. that you need in the future.
I don’t know how to do it, could you give me the steps please.