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 c69bb01 commit aeadd15Copy full SHA for aeadd15
auth/README.md
@@ -91,6 +91,9 @@ Create a user with email and password. Wraps the underlying `firebase.auth().cre
91
The `useCreateUserWithEmailAndPassword` hook takes the following parameters:
92
93
- `auth`: `firebase.auth.Auth` instance for the app you would like to monitor
94
+- `options`: (optional) `Object` with the following parameters:
95
+ - `emailVerificationOptions`: (optional) `firebase.auth.ActionCodeSettings` to customise the email verification
96
+ - `sendEmailVerification`: (optional) `boolean` to trigger sending of an email verification after the user has been created
97
98
Returns:
99
0 commit comments