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

this.fire('login', {user:user}); called twice #17

Open
dominik0711 opened this issue Oct 30, 2014 · 1 comment
Open

this.fire('login', {user:user}); called twice #17

dominik0711 opened this issue Oct 30, 2014 · 1 comment

Comments

@dominik0711
Copy link

In the current master implementation the function _authHandler: function(user) is called twice. The first time through function locationChanged and the second time through function _loginHandler. This will then call on-login twice as well. This seams to be not the proper behavior because my functions will be then called twice as well and I have no chance to react on it in a correct manner.

@Preston-Landers
Copy link

+1

zanecodes pushed a commit to zanecodes/firebase-element that referenced this issue Apr 26, 2015
zanecodes pushed a commit to zanecodes/firebase-element that referenced this issue Apr 26, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants