We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 925df12 + 777837d commit 62e42f4Copy full SHA for 62e42f4
auth/useSignInWithEmailAndPassword.ts
@@ -1,6 +1,5 @@
1
import { useState, useMemo } from 'react';
2
import firebase from 'firebase/app';
3
-import 'firebase/auth';
4
import { EmailAndPasswordActionHook } from './types';
5
6
export default (auth: firebase.auth.Auth): EmailAndPasswordActionHook => {
0 commit comments