MCPcopy Create free account

hub / github.com/firebase/firebaseui-web / functions

Functions658 in github.com/firebase/firebaseui-web

FunctionScreensLayout
({ children }: { children: React.ReactNode })
examples/nextjs/app/screens/layout.tsx:19
FunctionSelect
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Root>)
packages/shadcn/src/components/ui/select.tsx:7
FunctionSelect
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Root>)
examples/shadcn/src/components/ui/select.tsx:7
FunctionSelectContent
({ className, children, position = "popper", align = "center", ...props }: React.ComponentProps<type
packages/shadcn/src/components/ui/select.tsx:45
FunctionSelectContent
({ className, children, position = "popper", align = "center", ...props }: React.ComponentProps<type
examples/shadcn/src/components/ui/select.tsx:45
FunctionSelectGroup
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Group>)
packages/shadcn/src/components/ui/select.tsx:11
FunctionSelectGroup
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Group>)
examples/shadcn/src/components/ui/select.tsx:11
FunctionSelectItem
({ className, children, ...props }: React.ComponentProps<typeof SelectPrimitive.Item>)
packages/shadcn/src/components/ui/select.tsx:92
FunctionSelectItem
({ className, children, ...props }: React.ComponentProps<typeof SelectPrimitive.Item>)
examples/shadcn/src/components/ui/select.tsx:92
FunctionSelectLabel
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Label>)
packages/shadcn/src/components/ui/select.tsx:82
FunctionSelectLabel
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Label>)
examples/shadcn/src/components/ui/select.tsx:82
FunctionSelectScrollDownButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollDownButton>)
packages/shadcn/src/components/ui/select.tsx:134
FunctionSelectScrollDownButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollDownButton>)
examples/shadcn/src/components/ui/select.tsx:134
FunctionSelectScrollUpButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollUpButton>)
packages/shadcn/src/components/ui/select.tsx:122
FunctionSelectScrollUpButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollUpButton>)
examples/shadcn/src/components/ui/select.tsx:122
FunctionSelectSeparator
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Separator>)
packages/shadcn/src/components/ui/select.tsx:112
FunctionSelectSeparator
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Separator>)
examples/shadcn/src/components/ui/select.tsx:112
FunctionSelectTrigger
({ className, size = "default", children, ...props }: React.ComponentProps<typeof SelectPrimitive.Trig
packages/shadcn/src/components/ui/select.tsx:19
FunctionSelectTrigger
({ className, size = "default", children, ...props }: React.ComponentProps<typeof SelectPrimitive.Trig
examples/shadcn/src/components/ui/select.tsx:19
FunctionSelectValue
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Value>)
packages/shadcn/src/components/ui/select.tsx:15
FunctionSelectValue
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Value>)
examples/shadcn/src/components/ui/select.tsx:15
FunctionSeparator
({ className, orientation = "horizontal", decorative = true, ...props }: React.ComponentProps<typeof S
packages/shadcn/src/components/ui/separator.tsx:8
FunctionSeparator
({ className, orientation = "horizontal", decorative = true, ...props }: React.ComponentProps<typeof S
examples/shadcn/src/components/ui/separator.tsx:6
FunctionSignInAuthForm
({ onSignIn, onForgotPasswordClick, onSignUpClick }: SignInAuthFormProps)
packages/react/src/auth/forms/sign-in-auth-form.tsx:95
FunctionSignInAuthForm
(props: SignInAuthFormProps)
packages/shadcn/src/components/sign-in-auth-form.tsx:37
FunctionSignInAuthForm
(props: SignInAuthFormProps)
examples/shadcn/src/components/sign-in-auth-form.tsx:21
FunctionSignInAuthScreen
({ children, onSignIn, ...props }: SignInAuthScreenProps)
packages/react/src/auth/screens/sign-in-auth-screen.tsx:40
FunctionSignInAuthScreen
({ children, onSignIn, ...props }: SignInAuthScreenProps)
packages/shadcn/src/components/sign-in-auth-screen.tsx:29
FunctionSignInAuthScreen
({ children, onSignIn, ...props }: SignInAuthScreenProps)
examples/shadcn/src/components/sign-in-auth-screen.tsx:13
FunctionSignInAuthScreenPage
()
examples/react/src/screens/sign-in-auth-screen.tsx:20
FunctionSignInAuthScreenPage
()
examples/nextjs-ssr/app/screens/sign-in-auth-screen/page.tsx:21
FunctionSignInAuthScreenPage
()
examples/nextjs/app/screens/sign-in-auth-screen/page.tsx:21
FunctionSignInAuthScreenPage
()
examples/shadcn/src/screens/sign-in-auth-screen.tsx:21
FunctionSignInAuthScreenWithHandlersPage
()
examples/react/src/screens/sign-in-auth-screen-w-handlers.tsx:22
FunctionSignInAuthScreenWithHandlersPage
()
examples/nextjs-ssr/app/screens/sign-in-auth-screen-w-handlers/page.tsx:21
FunctionSignInAuthScreenWithHandlersPage
()
examples/nextjs/app/screens/sign-in-auth-screen-w-handlers/page.tsx:21
FunctionSignInAuthScreenWithHandlersPage
()
examples/shadcn/src/screens/sign-in-auth-screen-w-handlers.tsx:21
FunctionSignInAuthScreenWithOAuthPage
()
examples/react/src/screens/sign-in-auth-screen-w-oauth.tsx:28
FunctionSignInAuthScreenWithOAuthPage
()
examples/nextjs-ssr/app/screens/sign-in-auth-screen-w-oauth/page.tsx:32
FunctionSignInAuthScreenWithOAuthPage
()
examples/nextjs/app/screens/sign-in-auth-screen-w-oauth/page.tsx:32
FunctionSignInAuthScreenWithOAuthPage
()
examples/shadcn/src/screens/sign-in-auth-screen-w-oauth.tsx:27
FunctionSignInPage
()
examples/nextjs-ssr/app/sign-in/page.tsx:21
FunctionSignInPage
()
examples/nextjs/app/sign-in/page.tsx:21
FunctionSignInWithEmailLinkPage
()
examples/nextjs-ssr/app/sign-in/email/page.tsx:21
FunctionSignInWithEmailLinkPage
()
examples/nextjs/app/sign-in/email/page.tsx:21
FunctionSignInWithPhoneNumberPage
()
examples/nextjs-ssr/app/sign-in/phone/page.tsx:21
FunctionSignInWithPhoneNumberPage
()
examples/nextjs/app/sign-in/phone/page.tsx:21
FunctionSignUpAuthForm
({ onSignInClick, onSignUp }: SignUpAuthFormProps)
packages/react/src/auth/forms/sign-up-auth-form.tsx:108
FunctionSignUpAuthForm
(props: SignUpAuthFormProps)
packages/shadcn/src/components/sign-up-auth-form.tsx:38
FunctionSignUpAuthForm
(props: SignUpAuthFormProps)
examples/shadcn/src/components/sign-up-auth-form.tsx:22
FunctionSignUpAuthScreen
({ children, onSignUp, ...props }: SignUpAuthScreenProps)
packages/react/src/auth/screens/sign-up-auth-screen.tsx:40
FunctionSignUpAuthScreen
({ children, onSignUp, ...props }: SignUpAuthScreenProps)
packages/shadcn/src/components/sign-up-auth-screen.tsx:29
FunctionSignUpAuthScreen
({ children, onSignUp, ...props }: SignUpAuthScreenProps)
examples/shadcn/src/components/sign-up-auth-screen.tsx:13
FunctionSignUpAuthScreenPage
()
examples/react/src/screens/sign-up-auth-screen.tsx:22
FunctionSignUpAuthScreenPage
()
examples/nextjs-ssr/app/screens/sign-up-auth-screen/page.tsx:21
FunctionSignUpAuthScreenPage
()
examples/nextjs/app/screens/sign-up-auth-screen/page.tsx:21
FunctionSignUpAuthScreenPage
()
examples/shadcn/src/screens/sign-up-auth-screen.tsx:21
FunctionSignUpAuthScreenWithHandlersPage
()
examples/react/src/screens/sign-up-auth-screen-w-handlers.tsx:22
FunctionSignUpAuthScreenWithHandlersPage
()
examples/nextjs-ssr/app/screens/sign-up-auth-screen-w-handlers/page.tsx:22
FunctionSignUpAuthScreenWithHandlersPage
()
examples/nextjs/app/screens/sign-up-auth-screen-w-handlers/page.tsx:22
FunctionSignUpAuthScreenWithHandlersPage
()
examples/shadcn/src/screens/sign-up-auth-screen-w-handlers.tsx:21
FunctionSignUpAuthScreenWithOAuthPage
()
examples/react/src/screens/sign-up-auth-screen-w-oauth.tsx:30
FunctionSignUpAuthScreenWithOAuthPage
()
examples/nextjs-ssr/app/screens/sign-up-auth-screen-w-oauth/page.tsx:32
FunctionSignUpAuthScreenWithOAuthPage
()
examples/nextjs/app/screens/sign-up-auth-screen-w-oauth/page.tsx:32
FunctionSignUpAuthScreenWithOAuthPage
()
examples/shadcn/src/screens/sign-up-auth-screen-w-oauth.tsx:27
FunctionSmsButton
(props: ComponentProps<typeof Button>)
packages/react/src/auth/forms/multi-factor-auth-assertion-form.tsx:125
FunctionSmsButton
(props: ComponentProps<typeof Button>)
packages/react/src/auth/forms/multi-factor-auth-enrollment-form.tsx:96
FunctionSmsButton
(props: ComponentProps<typeof Button>)
packages/shadcn/src/components/multi-factor-auth-assertion-form.tsx:88
FunctionSmsButton
(props: ComponentProps<typeof Button>)
packages/shadcn/src/components/multi-factor-auth-enrollment-form.tsx:86
FunctionSmsButton
(props: ComponentProps<typeof Button>)
examples/shadcn/src/components/multi-factor-auth-assertion-form.tsx:72
FunctionSmsButton
(props: ComponentProps<typeof Button>)
examples/shadcn/src/components/multi-factor-auth-enrollment-form.tsx:70
FunctionSmsMultiFactorAssertionForm
(props: SmsMultiFactorAssertionFormProps)
packages/react/src/auth/forms/mfa/sms-multi-factor-assertion-form.tsx:253
FunctionSmsMultiFactorAssertionForm
(props: SmsMultiFactorAssertionFormProps)
packages/shadcn/src/components/sms-multi-factor-assertion-form.tsx:154
FunctionSmsMultiFactorAssertionForm
(props: SmsMultiFactorAssertionFormProps)
examples/shadcn/src/components/sms-multi-factor-assertion-form.tsx:138
FunctionSmsMultiFactorAssertionPhoneForm
(props: SmsMultiFactorAssertionPhoneFormProps)
packages/react/src/auth/forms/mfa/sms-multi-factor-assertion-form.tsx:97
FunctionSmsMultiFactorAssertionPhoneForm
(props: SmsMultiFactorAssertionPhoneFormProps)
packages/shadcn/src/components/sms-multi-factor-assertion-form.tsx:46
FunctionSmsMultiFactorAssertionPhoneForm
(props: SmsMultiFactorAssertionPhoneFormProps)
examples/shadcn/src/components/sms-multi-factor-assertion-form.tsx:30
FunctionSmsMultiFactorAssertionVerifyForm
(props: SmsMultiFactorAssertionVerifyFormProps)
packages/react/src/auth/forms/mfa/sms-multi-factor-assertion-form.tsx:201
FunctionSmsMultiFactorAssertionVerifyForm
(props: SmsMultiFactorAssertionVerifyFormProps)
packages/shadcn/src/components/sms-multi-factor-assertion-form.tsx:88
FunctionSmsMultiFactorAssertionVerifyForm
(props: SmsMultiFactorAssertionVerifyFormProps)
examples/shadcn/src/components/sms-multi-factor-assertion-form.tsx:72
FunctionSmsMultiFactorEnrollmentForm
(props: SmsMultiFactorEnrollmentFormProps)
packages/react/src/auth/forms/mfa/sms-multi-factor-enrollment-form.tsx:283
FunctionSmsMultiFactorEnrollmentForm
(props: SmsMultiFactorEnrollmentFormProps)
packages/shadcn/src/components/sms-multi-factor-enrollment-form.tsx:185
FunctionSmsMultiFactorEnrollmentForm
(props: SmsMultiFactorEnrollmentFormProps)
examples/shadcn/src/components/sms-multi-factor-enrollment-form.tsx:169
FunctionSubmitButton
(props: ComponentProps<"button">)
packages/react/src/components/form.tsx:83
FunctionSvgLogo
(props: SVGProps<SVGSVGElement>)
packages/react/src/components/logos/snapchat/Logo.tsx:18
FunctionSvgLogo
(props: SVGProps<SVGSVGElement>)
packages/react/src/components/logos/twitter/Logo.tsx:18
FunctionSvgLogo
(props: SVGProps<SVGSVGElement>)
packages/react/src/components/logos/google/Logo.tsx:18
FunctionSvgLogo
(props: SVGProps<SVGSVGElement>)
packages/react/src/components/logos/facebook/Logo.tsx:18
FunctionSvgLogo
(props: SVGProps<SVGSVGElement>)
packages/react/src/components/logos/github/Logo.tsx:18
FunctionSvgLogo
(props: SVGProps<SVGSVGElement>)
packages/react/src/components/logos/apple/Logo.tsx:18
FunctionSvgLogo
(props: SVGProps<SVGSVGElement>)
packages/react/src/components/logos/line/Logo.tsx:18
FunctionSvgLogo
(props: SVGProps<SVGSVGElement>)
packages/react/src/components/logos/microsoft/Logo.tsx:18
FunctionTestChild
()
packages/shadcn/src/components/sign-in-auth-screen.test.tsx:128
FunctionTestChild1
()
packages/shadcn/src/components/sign-in-auth-screen.test.tsx:168
FunctionTestChild2
()
packages/shadcn/src/components/sign-in-auth-screen.test.tsx:169
FunctionTestConsumer
()
packages/react/src/context.test.tsx:23
FunctionTestProvider
({ children }: { children: React.ReactNode })
packages/react/src/context.test.tsx:86
FunctionThemeToggle
()
examples/react/src/main.tsx:73
FunctionThemeToggle
()
examples/nextjs-ssr/lib/components/theme-toggle.tsx:19
FunctionThemeToggle
()
examples/nextjs/lib/components/theme-toggle.tsx:19
← previousnext →401–500 of 658, ranked by callers