Home / Function/ getProviderName() — supabase Function Reference

getProviderName() — supabase Function Reference

Architecture documentation for the getProviderName() function in AccountIdentities.tsx from the supabase codebase.

Entity Profile

Dependency Diagram

graph TD
  39060356_89b2_95eb_2a5d_17e4f50d9d56["getProviderName()"]
  11f49def_3a59_c6a2_c197_c5ba6e3efa28["AccountIdentities()"]
  11f49def_3a59_c6a2_c197_c5ba6e3efa28 -->|calls| 39060356_89b2_95eb_2a5d_17e4f50d9d56
  style 39060356_89b2_95eb_2a5d_17e4f50d9d56 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/studio/components/interfaces/Account/Preferences/AccountIdentities.tsx lines 43–48

const getProviderName = (provider: string) =>
  provider === 'github'
    ? 'GitHub'
    : provider.startsWith('sso')
      ? 'SSO'
      : provider.replaceAll('_', ' ')

Subdomains

Frequently Asked Questions

What does getProviderName() do?
getProviderName() is a function in the supabase codebase.
What calls getProviderName()?
getProviderName() is called by 1 function(s): AccountIdentities.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free