darora
10/10/2021, 2:50 AMdarora
10/10/2021, 3:35 AMVillage
10/10/2021, 3:36 AMVillage
10/10/2021, 3:38 AManand
10/10/2021, 5:07 AMPsymin
10/10/2021, 5:23 AMbh
10/10/2021, 8:08 AM.or()
selecter (https://supabase.io/docs/reference/javascript/or) ?bh
10/10/2021, 8:08 AMAdisa
10/10/2021, 9:47 AMconst { error } = await supabase.auth.signIn({ email })
Adisa
10/10/2021, 9:48 AMconst { error }
part confuses me.Adisa
10/10/2021, 9:50 AMuser, session
also? Btw this is taken from the example Svelte appcopple
10/10/2021, 10:02 AMor()
filter should be combined with any PostgREST operators:
https://postgrest.org/en/v8.0/api.html#operators
.or( col1.is.null, col2.is.null )
mlloydw
10/10/2021, 10:03 AMAdisa
10/10/2021, 10:04 AMLuddensEkko
10/10/2021, 12:36 PMMihai Andrei
10/10/2021, 5:46 PMNull
10/10/2021, 4:29 PMjs
const realtime = supabase
.from("posts")
.on("INSERT", (payload) => {
setMessages([...messages, payload.new]);
console.log(payload);
})
.subscribe();
Null
10/10/2021, 4:29 PMNull
10/10/2021, 4:35 PMVillage
10/10/2021, 4:40 PMVillage
10/10/2021, 4:40 PMMihai Andrei
10/10/2021, 5:46 PMXzeta
10/10/2021, 10:38 PMcarlomigueldy.eth
10/11/2021, 4:37 AMulisses
10/11/2021, 1:42 PMSite url
setting?
Like.. one for development and one for production?MDobs
10/11/2021, 3:15 PMTwitter client ID
? I get App Key, App key secret and bearer token, is it the App key?silentworks
10/11/2021, 3:35 PMMDobs
10/11/2021, 3:59 PMMDobs
10/11/2021, 4:09 PMEnter your API Key (client_id) and API Secret Key (client_secret) saved in the previous step.