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.
1 parent 925df12 commit 777837dCopy full SHA for 777837d
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