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 47a9c72 + 2ae0457 commit ef58420Copy full SHA for ef58420
auth/README.md
@@ -105,7 +105,7 @@ Returns:
105
#### Full Example
106
107
```jsx
108
-import { useSignInWithEmailAndPassword } from 'react-firebase-hooks/auth';
+import { useCreateUserWithEmailAndPassword } from 'react-firebase-hooks/auth';
109
110
const SignIn = () => {
111
const [email, setEmail] = useState('');
0 commit comments