Create redirect service
This needs an easy way to redirect users based on login
This is working in the redirect branch.
Pushed in release v.0.4.0 a135497941c55c6d857de100705ceb8a61928af8
Hey man, I'm confused about why it's not working for me https://github.com/MattCowski/angular-starter-kit/blob/cd2ff4098514e29b28a5d4675289cb9df147139a/app/js/app.coffee
redirectPath is the route it should go upon login, right? It's not working for me.
It looks like I missed a change in the behaviour of $firebasesimplelogin, which now does not take an options argument, which means that the redirect needs to be done by fireuser.
Ok, I see what needs to be changed, I'm going to sleep on it, and push a fix tomorrow.