Skip to content

Commit

Permalink
Update README to include email verification options
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbianca committed Mar 19, 2021
1 parent c69bb01 commit aeadd15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ Create a user with email and password. Wraps the underlying `firebase.auth().cre
The `useCreateUserWithEmailAndPassword` hook takes the following parameters:

- `auth`: `firebase.auth.Auth` instance for the app you would like to monitor
- `options`: (optional) `Object` with the following parameters:
- `emailVerificationOptions`: (optional) `firebase.auth.ActionCodeSettings` to customise the email verification
- `sendEmailVerification`: (optional) `boolean` to trigger sending of an email verification after the user has been created

Returns:

Expand Down

0 comments on commit aeadd15

Please sign in to comment.