0

I'm trying to use angularFireAuth (from AngularFire - Firebase) with ui-route.

The problem is that the angularFireAuth needs ng-route as a dependency, so I will have to include it in my module.

The only way working now is to include the ng-route in my module but not to configure it.

Is there any better way ?

Thanks

1 Answer 1

3

Grab the latest angularFire.js from their repo: https://github.com/firebase/angularFire/blob/master/angularfire.js

They removed the dependency for ng-route in the latest version

Sign up to request clarification or add additional context in comments.

1 Comment

If you're using bower or other package manager, note that it has not been updated on there yet. You have to manually grab angularFire.js (or the min version) from their repo

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.