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

Function useSignInWithMicrosoft

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

Source from the content-addressed store, hash-verified

70};
71
72export const useSignInWithMicrosoft = (auth: Auth): SignInWithPopupHook => {
73 return useSignInWithOAuth(auth, 'microsoft.com');
74};
75
76export const useSignInWithTwitter = (auth: Auth): SignInWithPopupHook => {
77 const createTwitterAuthProvider = useCallback(

Callers

nothing calls this directly

Calls 1

useSignInWithOAuthFunction · 0.85

Tested by

no test coverage detected