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

Function useSignInWithYahoo

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

Source from the content-addressed store, hash-verified

91};
92
93export const useSignInWithYahoo = (auth: Auth): SignInWithPopupHook => {
94 return useSignInWithOAuth(auth, 'yahoo.com');
95};
96
97const useSignInWithOAuth = (
98 auth: Auth,

Callers

nothing calls this directly

Calls 1

useSignInWithOAuthFunction · 0.85

Tested by

no test coverage detected