Mihai Andrei
11/08/2021, 2:07 PMeunjae
11/08/2021, 2:25 PMYelloJello
11/08/2021, 4:40 PMMihai Andrei
11/08/2021, 5:37 PMkresimirgalic
11/08/2021, 7:43 PMdavid-thyresson
11/08/2021, 9:36 PMIsmaeel
11/08/2021, 9:51 PMScott P
11/08/2021, 10:39 PMdata
property (object), along with the data to set, to signUp()
, and it'll add it to the metadata of the users row in the auth
schema.Ismaeel
11/08/2021, 10:40 PMBBB
11/09/2021, 9:26 AMBBB
11/09/2021, 9:27 AMrc9999999
11/09/2021, 10:51 AMrc9999999
11/09/2021, 10:52 AMimport { createClient } from "@supabase/supabase-js";
const supabaseUrl = process.env.SUPABASE_URL;
const supabaseAnonKey = process.env.SUPABASE_ANON_KEY;
export const supabase = createClient(supabaseUrl, supabaseAnonKey);
rc9999999
11/09/2021, 10:52 AMwiesson
11/09/2021, 11:55 AMUUID-OSSP
extension is activezwarag
11/09/2021, 12:04 PMzwarag
11/09/2021, 12:04 PMbash
npm i dotenv
and add
js
require('dotenv').config();
below your importrc9999999
11/09/2021, 1:02 PMMilou
11/09/2021, 1:38 PMMilou
11/09/2021, 1:41 PMromanetar
11/09/2021, 5:28 PMsilentworks
11/09/2021, 7:57 PMpedrodiaz
11/09/2021, 9:34 PMKyrax
11/09/2021, 10:44 PMauth.users
Prisma does not support joins across multiple schemas.
I'd like to have a post
table with a userId
column that references auth.users.userId
Is this something that some of you have encountered and resolved before?jon.m
11/10/2021, 12:59 AMjon.m
11/10/2021, 1:11 AMjon.m
11/10/2021, 1:11 AMjon.m
11/10/2021, 2:39 AMMarky
11/10/2021, 8:02 AMsilentworks
11/10/2021, 10:13 AM