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 7eb49f1 commit dd2e586Copy full SHA for dd2e586
auth/README.md
@@ -36,7 +36,7 @@ Returns:
36
import { useAuthState } from 'react-firebase-hooks/auth';
37
38
const CurrentUser = () => {
39
- const [user, initialising, error] = useAuthState(firebase.auth());
+ const [user, loading, error] = useAuthState(firebase.auth());
40
const login = () => {
41
firebase.auth().signInWithEmailAndPassword('test@test.com', 'password');
42
};
0 commit comments