MCPcopy Index your code
hub / github.com/FirebaseExtended/reactfire / SignInForm

Function SignInForm

example/withoutSuspense/Auth.tsx:50–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48};
49
50const SignInForm = () => {
51 const auth = useAuth();
52
53 return (
54 <CardSection title="Sign-in form">
55 <WideButton label="Sign in with Google" onClick={() => signIn(auth)} />
56 </CardSection>
57 );
58};
59
60export const Auth = () => {
61 const { status, data: signinResult } = useSigninCheck();

Callers

nothing calls this directly

Calls 2

useAuthFunction · 0.85
signInFunction · 0.70

Tested by

no test coverage detected