Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

../firebaseUI-Angular has no exported member 'AuthProviders' #4

Closed
apurva304 opened this issue May 16, 2017 · 2 comments
Closed

../firebaseUI-Angular has no exported member 'AuthProviders' #4

apurva304 opened this issue May 16, 2017 · 2 comments
Labels

Comments

@apurva304
Copy link

I'm getting this error.
Angular fire version 4.0.0-rc.0
capture

Going through the code in the .../node_modules/firebaseUI-Angular , I found out that the code here at the repository is different. So I tried to update the packages with npm update.

Even Reinstalling the package with npm install firebaseUI-Angular --save doesn't download the new version of the package

@RaphaelJenni
Copy link
Owner

I have to check that. Maybe the npm build didn't work.

@RaphaelJenni
Copy link
Owner

RaphaelJenni commented May 16, 2017

@apurva304
So I checked that. I don't have this problem. But "AngularFire" has been removed and replaced with AngularFireModule, AngularFireDatabaseModule, AngularFireAuthModule. So corresponding to your Error it is looking for this import but can't find it.

You can read more about that in the migration doc of AngularFire2:
https://github.com/angular/angularfire2/blob/master/docs/version-4-upgrade.md

I hope that helps. If you have any further question, ask here. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants