Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/firebase/firebaseui-web
/ functions
Functions
658 in github.com/firebase/firebaseui-web
⨍
Functions
658
◇
Types & classes
346
Function
ScreensLayout
({ children }: { children: React.ReactNode })
examples/nextjs/app/screens/layout.tsx:19
Function
Select
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Root>)
packages/shadcn/src/components/ui/select.tsx:7
Function
Select
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Root>)
examples/shadcn/src/components/ui/select.tsx:7
Function
SelectContent
({ className, children, position = "popper", align = "center", ...props }: React.ComponentProps<type
packages/shadcn/src/components/ui/select.tsx:45
Function
SelectContent
({ className, children, position = "popper", align = "center", ...props }: React.ComponentProps<type
examples/shadcn/src/components/ui/select.tsx:45
Function
SelectGroup
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Group>)
packages/shadcn/src/components/ui/select.tsx:11
Function
SelectGroup
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Group>)
examples/shadcn/src/components/ui/select.tsx:11
Function
SelectItem
({ className, children, ...props }: React.ComponentProps<typeof SelectPrimitive.Item>)
packages/shadcn/src/components/ui/select.tsx:92
Function
SelectItem
({ className, children, ...props }: React.ComponentProps<typeof SelectPrimitive.Item>)
examples/shadcn/src/components/ui/select.tsx:92
Function
SelectLabel
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Label>)
packages/shadcn/src/components/ui/select.tsx:82
Function
SelectLabel
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Label>)
examples/shadcn/src/components/ui/select.tsx:82
Function
SelectScrollDownButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollDownButton>)
packages/shadcn/src/components/ui/select.tsx:134
Function
SelectScrollDownButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollDownButton>)
examples/shadcn/src/components/ui/select.tsx:134
Function
SelectScrollUpButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollUpButton>)
packages/shadcn/src/components/ui/select.tsx:122
Function
SelectScrollUpButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollUpButton>)
examples/shadcn/src/components/ui/select.tsx:122
Function
SelectSeparator
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Separator>)
packages/shadcn/src/components/ui/select.tsx:112
Function
SelectSeparator
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Separator>)
examples/shadcn/src/components/ui/select.tsx:112
Function
SelectTrigger
({ className, size = "default", children, ...props }: React.ComponentProps<typeof SelectPrimitive.Trig
packages/shadcn/src/components/ui/select.tsx:19
Function
SelectTrigger
({ className, size = "default", children, ...props }: React.ComponentProps<typeof SelectPrimitive.Trig
examples/shadcn/src/components/ui/select.tsx:19
Function
SelectValue
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Value>)
packages/shadcn/src/components/ui/select.tsx:15
Function
SelectValue
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Value>)
examples/shadcn/src/components/ui/select.tsx:15
Function
Separator
({ className, orientation = "horizontal", decorative = true, ...props }: React.ComponentProps<typeof S
packages/shadcn/src/components/ui/separator.tsx:8
Function
Separator
({ className, orientation = "horizontal", decorative = true, ...props }: React.ComponentProps<typeof S
examples/shadcn/src/components/ui/separator.tsx:6
Function
SignInAuthForm
({ onSignIn, onForgotPasswordClick, onSignUpClick }: SignInAuthFormProps)
packages/react/src/auth/forms/sign-in-auth-form.tsx:95
Function
SignInAuthForm
(props: SignInAuthFormProps)
packages/shadcn/src/components/sign-in-auth-form.tsx:37
Function
SignInAuthForm
(props: SignInAuthFormProps)
examples/shadcn/src/components/sign-in-auth-form.tsx:21
Function
SignInAuthScreen
({ children, onSignIn, ...props }: SignInAuthScreenProps)
packages/react/src/auth/screens/sign-in-auth-screen.tsx:40
Function
SignInAuthScreen
({ children, onSignIn, ...props }: SignInAuthScreenProps)
packages/shadcn/src/components/sign-in-auth-screen.tsx:29
Function
SignInAuthScreen
({ children, onSignIn, ...props }: SignInAuthScreenProps)
examples/shadcn/src/components/sign-in-auth-screen.tsx:13
Function
SignInAuthScreenPage
()
examples/react/src/screens/sign-in-auth-screen.tsx:20
Function
SignInAuthScreenPage
()
examples/nextjs-ssr/app/screens/sign-in-auth-screen/page.tsx:21
Function
SignInAuthScreenPage
()
examples/nextjs/app/screens/sign-in-auth-screen/page.tsx:21
Function
SignInAuthScreenPage
()
examples/shadcn/src/screens/sign-in-auth-screen.tsx:21
Function
SignInAuthScreenWithHandlersPage
()
examples/react/src/screens/sign-in-auth-screen-w-handlers.tsx:22
Function
SignInAuthScreenWithHandlersPage
()
examples/nextjs-ssr/app/screens/sign-in-auth-screen-w-handlers/page.tsx:21
Function
SignInAuthScreenWithHandlersPage
()
examples/nextjs/app/screens/sign-in-auth-screen-w-handlers/page.tsx:21
Function
SignInAuthScreenWithHandlersPage
()
examples/shadcn/src/screens/sign-in-auth-screen-w-handlers.tsx:21
Function
SignInAuthScreenWithOAuthPage
()
examples/react/src/screens/sign-in-auth-screen-w-oauth.tsx:28
Function
SignInAuthScreenWithOAuthPage
()
examples/nextjs-ssr/app/screens/sign-in-auth-screen-w-oauth/page.tsx:32
Function
SignInAuthScreenWithOAuthPage
()
examples/nextjs/app/screens/sign-in-auth-screen-w-oauth/page.tsx:32
Function
SignInAuthScreenWithOAuthPage
()
examples/shadcn/src/screens/sign-in-auth-screen-w-oauth.tsx:27
Function
SignInPage
()
examples/nextjs-ssr/app/sign-in/page.tsx:21
Function
SignInPage
()
examples/nextjs/app/sign-in/page.tsx:21
Function
SignInWithEmailLinkPage
()
examples/nextjs-ssr/app/sign-in/email/page.tsx:21
Function
SignInWithEmailLinkPage
()
examples/nextjs/app/sign-in/email/page.tsx:21
Function
SignInWithPhoneNumberPage
()
examples/nextjs-ssr/app/sign-in/phone/page.tsx:21
Function
SignInWithPhoneNumberPage
()
examples/nextjs/app/sign-in/phone/page.tsx:21
Function
SignUpAuthForm
({ onSignInClick, onSignUp }: SignUpAuthFormProps)
packages/react/src/auth/forms/sign-up-auth-form.tsx:108
Function
SignUpAuthForm
(props: SignUpAuthFormProps)
packages/shadcn/src/components/sign-up-auth-form.tsx:38
Function
SignUpAuthForm
(props: SignUpAuthFormProps)
examples/shadcn/src/components/sign-up-auth-form.tsx:22
Function
SignUpAuthScreen
({ children, onSignUp, ...props }: SignUpAuthScreenProps)
packages/react/src/auth/screens/sign-up-auth-screen.tsx:40
Function
SignUpAuthScreen
({ children, onSignUp, ...props }: SignUpAuthScreenProps)
packages/shadcn/src/components/sign-up-auth-screen.tsx:29
Function
SignUpAuthScreen
({ children, onSignUp, ...props }: SignUpAuthScreenProps)
examples/shadcn/src/components/sign-up-auth-screen.tsx:13
Function
SignUpAuthScreenPage
()
examples/react/src/screens/sign-up-auth-screen.tsx:22
Function
SignUpAuthScreenPage
()
examples/nextjs-ssr/app/screens/sign-up-auth-screen/page.tsx:21
Function
SignUpAuthScreenPage
()
examples/nextjs/app/screens/sign-up-auth-screen/page.tsx:21
Function
SignUpAuthScreenPage
()
examples/shadcn/src/screens/sign-up-auth-screen.tsx:21
Function
SignUpAuthScreenWithHandlersPage
()
examples/react/src/screens/sign-up-auth-screen-w-handlers.tsx:22
Function
SignUpAuthScreenWithHandlersPage
()
examples/nextjs-ssr/app/screens/sign-up-auth-screen-w-handlers/page.tsx:22
Function
SignUpAuthScreenWithHandlersPage
()
examples/nextjs/app/screens/sign-up-auth-screen-w-handlers/page.tsx:22
Function
SignUpAuthScreenWithHandlersPage
()
examples/shadcn/src/screens/sign-up-auth-screen-w-handlers.tsx:21
Function
SignUpAuthScreenWithOAuthPage
()
examples/react/src/screens/sign-up-auth-screen-w-oauth.tsx:30
Function
SignUpAuthScreenWithOAuthPage
()
examples/nextjs-ssr/app/screens/sign-up-auth-screen-w-oauth/page.tsx:32
Function
SignUpAuthScreenWithOAuthPage
()
examples/nextjs/app/screens/sign-up-auth-screen-w-oauth/page.tsx:32
Function
SignUpAuthScreenWithOAuthPage
()
examples/shadcn/src/screens/sign-up-auth-screen-w-oauth.tsx:27
Function
SmsButton
(props: ComponentProps<typeof Button>)
packages/react/src/auth/forms/multi-factor-auth-assertion-form.tsx:125
Function
SmsButton
(props: ComponentProps<typeof Button>)
packages/react/src/auth/forms/multi-factor-auth-enrollment-form.tsx:96
Function
SmsButton
(props: ComponentProps<typeof Button>)
packages/shadcn/src/components/multi-factor-auth-assertion-form.tsx:88
Function
SmsButton
(props: ComponentProps<typeof Button>)
packages/shadcn/src/components/multi-factor-auth-enrollment-form.tsx:86
Function
SmsButton
(props: ComponentProps<typeof Button>)
examples/shadcn/src/components/multi-factor-auth-assertion-form.tsx:72
Function
SmsButton
(props: ComponentProps<typeof Button>)
examples/shadcn/src/components/multi-factor-auth-enrollment-form.tsx:70
Function
SmsMultiFactorAssertionForm
(props: SmsMultiFactorAssertionFormProps)
packages/react/src/auth/forms/mfa/sms-multi-factor-assertion-form.tsx:253
Function
SmsMultiFactorAssertionForm
(props: SmsMultiFactorAssertionFormProps)
packages/shadcn/src/components/sms-multi-factor-assertion-form.tsx:154
Function
SmsMultiFactorAssertionForm
(props: SmsMultiFactorAssertionFormProps)
examples/shadcn/src/components/sms-multi-factor-assertion-form.tsx:138
Function
SmsMultiFactorAssertionPhoneForm
(props: SmsMultiFactorAssertionPhoneFormProps)
packages/react/src/auth/forms/mfa/sms-multi-factor-assertion-form.tsx:97
Function
SmsMultiFactorAssertionPhoneForm
(props: SmsMultiFactorAssertionPhoneFormProps)
packages/shadcn/src/components/sms-multi-factor-assertion-form.tsx:46
Function
SmsMultiFactorAssertionPhoneForm
(props: SmsMultiFactorAssertionPhoneFormProps)
examples/shadcn/src/components/sms-multi-factor-assertion-form.tsx:30
Function
SmsMultiFactorAssertionVerifyForm
(props: SmsMultiFactorAssertionVerifyFormProps)
packages/react/src/auth/forms/mfa/sms-multi-factor-assertion-form.tsx:201
Function
SmsMultiFactorAssertionVerifyForm
(props: SmsMultiFactorAssertionVerifyFormProps)
packages/shadcn/src/components/sms-multi-factor-assertion-form.tsx:88
Function
SmsMultiFactorAssertionVerifyForm
(props: SmsMultiFactorAssertionVerifyFormProps)
examples/shadcn/src/components/sms-multi-factor-assertion-form.tsx:72
Function
SmsMultiFactorEnrollmentForm
(props: SmsMultiFactorEnrollmentFormProps)
packages/react/src/auth/forms/mfa/sms-multi-factor-enrollment-form.tsx:283
Function
SmsMultiFactorEnrollmentForm
(props: SmsMultiFactorEnrollmentFormProps)
packages/shadcn/src/components/sms-multi-factor-enrollment-form.tsx:185
Function
SmsMultiFactorEnrollmentForm
(props: SmsMultiFactorEnrollmentFormProps)
examples/shadcn/src/components/sms-multi-factor-enrollment-form.tsx:169
Function
SubmitButton
(props: ComponentProps<"button">)
packages/react/src/components/form.tsx:83
Function
SvgLogo
(props: SVGProps<SVGSVGElement>)
packages/react/src/components/logos/snapchat/Logo.tsx:18
Function
SvgLogo
(props: SVGProps<SVGSVGElement>)
packages/react/src/components/logos/twitter/Logo.tsx:18
Function
SvgLogo
(props: SVGProps<SVGSVGElement>)
packages/react/src/components/logos/google/Logo.tsx:18
Function
SvgLogo
(props: SVGProps<SVGSVGElement>)
packages/react/src/components/logos/facebook/Logo.tsx:18
Function
SvgLogo
(props: SVGProps<SVGSVGElement>)
packages/react/src/components/logos/github/Logo.tsx:18
Function
SvgLogo
(props: SVGProps<SVGSVGElement>)
packages/react/src/components/logos/apple/Logo.tsx:18
Function
SvgLogo
(props: SVGProps<SVGSVGElement>)
packages/react/src/components/logos/line/Logo.tsx:18
Function
SvgLogo
(props: SVGProps<SVGSVGElement>)
packages/react/src/components/logos/microsoft/Logo.tsx:18
Function
TestChild
()
packages/shadcn/src/components/sign-in-auth-screen.test.tsx:128
Function
TestChild1
()
packages/shadcn/src/components/sign-in-auth-screen.test.tsx:168
Function
TestChild2
()
packages/shadcn/src/components/sign-in-auth-screen.test.tsx:169
Function
TestConsumer
()
packages/react/src/context.test.tsx:23
Function
TestProvider
({ children }: { children: React.ReactNode })
packages/react/src/context.test.tsx:86
Function
ThemeToggle
()
examples/react/src/main.tsx:73
Function
ThemeToggle
()
examples/nextjs-ssr/lib/components/theme-toggle.tsx:19
Function
ThemeToggle
()
examples/nextjs/lib/components/theme-toggle.tsx:19
← previous
next →
401–500 of 658, ranked by callers