(auth: Auth)
| 91 | }; |
| 92 | |
| 93 | export const useSignInWithYahoo = (auth: Auth): SignInWithPopupHook => { |
| 94 | return useSignInWithOAuth(auth, 'yahoo.com'); |
| 95 | }; |
| 96 | |
| 97 | const useSignInWithOAuth = ( |
| 98 | auth: Auth, |
nothing calls this directly
no test coverage detected