© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•3y ago•
5 replies
SandeshVakale

Question on Supavisor with js client.

Hello, I am new with supabase,

I am using js client with expo react native project.
I am using client like this.

export const supabase = createClient<Database>(Config.SUPABASE_URL, Config.SUPABASE_ANON_KEY, {
  auth: {
    storage: AsyncStorage,
    autoRefreshToken: true,
    persistSession: true,
    detectSessionInUrl: false,
  },
});
export const supabase = createClient<Database>(Config.SUPABASE_URL, Config.SUPABASE_ANON_KEY, {
  auth: {
    storage: AsyncStorage,
    autoRefreshToken: true,
    persistSession: true,
    detectSessionInUrl: false,
  },
});


Where exactly I should pass supavisor string?
Also, How can I enable IPv4 connections with js client?

Thanks in advanced.
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Question about supabase-js client capabilities
SupabaseSSupabase / help-and-questions
6mo ago
auth with js client
SupabaseSSupabase / help-and-questions
4y ago
General Question on how to switch to connection pooling / supavisor
SupabaseSSupabase / help-and-questions
3y ago
Supavisor pooler
SupabaseSSupabase / help-and-questions
2mo ago