googlearchive / angularfire-seed

Seed project for AngularFire apps
http://angularfire.com
MIT License
410 stars 191 forks source link

Cloak Decorator still blips #52

Closed christophertrudel closed 9 years ago

christophertrudel commented 9 years ago

@katowulf It would seem simpleLogin.getUser() doesn't do the job for waiting properly to stop the screen blip. I originally seen your strategy in a gist. I have added in my code simpleLogin.wait() to emulate what you first had done in the gist and it works. Not sure how the getUser() would work because it would return right away as far as my understanding. I've been known to be wrong though. :wink:

christophertrudel commented 9 years ago

After checking more into this I think this is a non issue. Was doing something different that wasn't taking full advantage of the route methods