The purpose of this release is to solve performance issues. Particularly the redundant event sending and the inversion of control of the sign-in/sign-up process. For more detail read the CHANGELOG.
BREAKING CHANGES
-
By default, the sign-in process is not automatic. If you're using more than 1 element of this collection be sure to set the
auto
attribute (toTrue
) on those that are not in charge of the first connection (else they will be displayed like if no user is logged in). For example, you have a welcome page and a sign-out button. If the sign-out button is alogin-fire-button
you should set theauto
attribute toTrue
. For the element on the welcome page it's as you want. -
By default, the
login-fire-form
requires strong password. It means users already having an account with a weak password will not be able to sign-in anymore. They have to change their password. You can disable the password strength validation by setting thepassword-regex
to "none". -
The property
"showResetPW"was renamed "showResetPassword". -
The method
"toggleShowResetPW"was renamed "toggleShowResetPassword". -
The
signedin
event does not contain the user's credential anymore. Of course, it still contains the user representation returned by Firebase.