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 1d1ca28 commit 2ae0457Copy full SHA for 2ae0457
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