Connect Superbase auth with my Swift playground App
Hello, I'm new here and have no prior knowledge of an API in general. I just want to connect my swiftplayground app to the supabase api but as soon as I log in I encounter the following error "404
400
200
404
GET
POST
POST
Feb 2, 2025, 10:37am
/rest/v1/profiles%3Fid=eq.3e21440a-95e0-4f1e-8f72-ba506c4673e1&select..
/rest/v1/profiles
/auth/v1/signup". I created a table called profiles with the following data "id
uuid
string
user_id
uuid
string
name
text
string
balance
numeric
number
investment strategy
text
string
profileimagename
text
string
created_at
timestamp with time zone
string". Actually, I have integrated this correctly into Swift Playground but somehow there are errors. If you need more code files or something then just write it. I would be very grateful if someone would help me.
400
200
404
GET
POST
POST
Feb 2, 2025, 10:37am
/rest/v1/profiles%3Fid=eq.3e21440a-95e0-4f1e-8f72-ba506c4673e1&select..
/rest/v1/profiles
/auth/v1/signup". I created a table called profiles with the following data "id
uuid
string
user_id
uuid
string
name
text
string
balance
numeric
number
investment strategy
text
string
profileimagename
text
string
created_at
timestamp with time zone
string". Actually, I have integrated this correctly into Swift Playground but somehow there are errors. If you need more code files or something then just write it. I would be very grateful if someone would help me.