Skip to content

Release 2.0.0

Latest
Compare
Choose a tag to compare
@masonlouchart masonlouchart released this 12 Sep 14:33

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 (to True) 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 a login-fire-button you should set the auto attribute to True. 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 the password-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.