Project URL:
Anon Publishable key
sb_publishable_WEeokocss-4XF2hFqXXvSg_hK8u8l_e
For GRETA
import { createClient } from '@supabase/supabase-js'
// These are your specific project credentials
const supabaseUrl = 'https://yswwgmcncayxqfdvfngh.supabase.co'
const supabaseKey = 'sb_publishable_WEeokocss-4XF2hFqXXvSg_hK8u8l_e'
export const supabase = createClient(supabaseUrl, supabaseKey)