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 ef58420 commit 5ac8446Copy full SHA for 5ac8446
auth/types.ts
@@ -1,7 +1,7 @@
1
import firebase from 'firebase/app';
2
3
export type AuthActionHook<T, E> = [
4
- (email: string, password: string) => void,
+ (email: string, password: string) => Promise<void>,
5
T | undefined,
6
boolean,
7
E | undefined
0 commit comments