Skip to content

Instantly share code, notes, and snippets.

@Josh4324
Created October 7, 2021 12:07
client.js
import {createClient} from '@supabase/supabase-js';
export const supabase = createClient(
config-url,
token
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment