everconfusedguy
11/15/2021, 12:41 PMjonny
11/15/2021, 12:49 PMaskrodney
11/15/2021, 1:12 PMjjj.westra
11/15/2021, 2:15 PMvar settings = {
"url": "https://YOURSUPABASEURL.supabase.co/rest/v1/YOURTABLENAME?select=*",
"method": "GET",
"timeout": 0,
"headers": {
"Content-Type": "application/json",
"apikey": "YOUR.PUBLICAPI.KEY-HERE"
}
};
$.ajax(settings).done(function (response) {
console.log(response);
});
jjj.westra
11/15/2021, 2:15 PMjjj.westra
11/15/2021, 2:15 PM"Content-Type": "application/json"
Azura
11/15/2021, 2:19 PMMichael Ketzer | streamgeist.com
11/15/2021, 3:04 PMuser
11/15/2021, 4:09 PMeverconfusedguy
11/15/2021, 4:13 PMeverconfusedguy
11/15/2021, 4:13 PMuser
11/15/2021, 4:18 PMMihai
11/15/2021, 5:12 PMmaxbaluev
11/15/2021, 7:00 PMirrationaljared
11/15/2021, 9:34 PMsupabase init
and supabase start
irrationaljared
11/15/2021, 9:36 PMirrationaljared
11/15/2021, 9:44 PMpublic.TABLE_NAME
does not exist in the current database." when I try to run the app locallypcav
11/15/2021, 11:08 PM{
"id": "3f70b1fc-dd02-4c00-a7b0-3aa3aff432d9",
"aud": "authenticated",
"role": "authenticated",
"email": "[CENSORED]",
"email_confirmed_at": "2021-11-15T23:03:18.261849619Z",
"phone": "",
"confirmation_sent_at": "2021-11-15T23:03:18.261849619Z",
"confirmed_at": "2021-11-15T23:03:18.261849619Z",
"recovery_sent_at": "2021-11-15T21:21:02.274531Z",
"last_sign_in_at": "2021-11-15T23:03:18.261849619Z",
"app_metadata": {
"provider": "email",
"providers": [
"email"
]
},
"user_metadata": {},
"identities": [],
"created_at": "2021-11-15T23:03:18.261849619Z",
"updated_at": "2021-11-15T23:03:18.261849619Z"
}
Is this normal? How can I disable it?pcav
11/15/2021, 11:08 PMsilentworks
11/16/2021, 1:19 AMmeera_datey
11/16/2021, 5:40 AMSOSA
11/16/2021, 8:54 AMSOSA
11/16/2021, 8:55 AMSOSA
11/16/2021, 9:00 AMMarky
11/16/2021, 12:29 PMDeadlyDev
11/16/2021, 3:45 PMuser
11/16/2021, 5:58 PMgaryaustin
11/16/2021, 6:12 PMuser
11/16/2021, 6:13 PMuser
11/16/2021, 6:24 PM