Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 2a817a9

Browse files
committed
Fixing event names documented for password provider user account functions
1 parent 7206626 commit 2a817a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

firebase-login.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
/**
307307
* Changes the password of a "password provider"-based user account.
308308
*
309-
* If the operation is successful, the `user-created` event is fired.
309+
* If the operation is successful, the `password-changed` event is fired.
310310
*
311311
* If the operation fails, the `error` event is fired, with `e.detail`
312312
* containing error information supplied from Firebase.
@@ -333,7 +333,7 @@
333333
/**
334334
* Sends a password reset email for a "password provider"-based user account.
335335
*
336-
* If the operation is successful, the `user-created` event is fired.
336+
* If the operation is successful, the `password-reset` event is fired.
337337
*
338338
* If the operation fails, the `error` event is fired, with `e.detail`
339339
* containing error information supplied from Firebase.
@@ -381,7 +381,7 @@
381381
/**
382382
* Removes a "password provider"-based user account.
383383
*
384-
* If the operation is successful, the `user-created` event is fired.
384+
* If the operation is successful, the `user-removed` event is fired.
385385
*
386386
* If the operation fails, the `error` event is fired, with `e.detail`
387387
* containing error information supplied from Firebase.

0 commit comments

Comments
 (0)