Skip to content

Commit aeadd15

Browse files
committed
Update README to include email verification options
1 parent c69bb01 commit aeadd15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

auth/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ Create a user with email and password. Wraps the underlying `firebase.auth().cre
9191
The `useCreateUserWithEmailAndPassword` hook takes the following parameters:
9292

9393
- `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
9497

9598
Returns:
9699

0 commit comments

Comments
 (0)