Global Feed Post Login
Replying to Avatar eric

Yes it Supabase db. that mean you just simply use

where should i reach out to you privatly?

import { createClient } from '@supabase/supabase-js'

const supabaseUrl = process.env.SUPABASE_URL

const supabaseKey = process.env.SUPABASE_KEY

const supabase = createClient(supabaseUrl, supabaseKey)

Avatar
StarBuilder 2y ago

ok. perfect. Just DM me with URL and KEY and also share the DB schema.

Reply to this note

Please Login to reply.

Discussion

No replies yet.