googlearchive / angularfire-seed

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

Use requireAuth and waitForAuth #66

Closed katowulf closed 9 years ago

katowulf commented 9 years ago

AngularFire now has waitForAuth and requireAuth methods. Utilize those in our directives and resolve callbacks.

katowulf commented 9 years ago

Now utiliized in the simpleLogin.js service, which is used by others.