MCPcopy Index your code
hub / github.com/CSFrequency/react-firebase-hooks / useSignInWithApple

Function useSignInWithApple

auth/useSignInWithPopup.ts:17–19  ·  view source on GitHub ↗
(auth: Auth)

Source from the content-addressed store, hash-verified

15import { SignInWithPopupHook } from './types';
16
17export const useSignInWithApple = (auth: Auth): SignInWithPopupHook => {
18 return useSignInWithOAuth(auth, 'apple.com');
19};
20
21export const useSignInWithFacebook = (auth: Auth): SignInWithPopupHook => {
22 const createFacebookAuthProvider = useCallback(

Callers

nothing calls this directly

Calls 1

useSignInWithOAuthFunction · 0.85

Tested by

no test coverage detected