MCPcopy Create free account
hub / github.com/alanagoyal/docbase / createClient

Function createClient

utils/supabase/client.ts:3–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import { createBrowserClient } from '@supabase/ssr'
2
3export function createClient() {
4 return createBrowserClient(
5 process.env.NEXT_PUBLIC_SUPABASE_URL!,
6 process.env.NEXT_PUBLIC_SUPABASE_ANON_KEY!
7 )
8}

Callers 15

ViewLinkFormFunction · 0.90
GroupsDialogFunction · 0.90
MessageFormFunction · 0.90
MessagesTableFunction · 0.90
UserNavFunction · 0.90
handleSignOutFunction · 0.90
MagicLinkFunction · 0.90
DomainFormFunction · 0.90
ContactsTableFunction · 0.90
ContactFormFunction · 0.90
AuthRefreshFunction · 0.90
LinksFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected