-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Upgrade to RC6 #493
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
Comments
AngularFire2 isn't on RC6 yet. For the time being downgrade to RC5 if you require AngularFire2, but we are working on the upgrade soon. |
no problem, thanks @davideast . I will wait until new version is released supporting RC6. |
@asadsahi The only thing you need to do probably is reverting rxjs back to |
It worked. Magic 👍 Thanks @orangesoup, will stick to rxjs xx.10 until next release of angularfire2 fixes it I guess. |
@davideast when do you think will angularfire be ready to use beta.11 / rc6? |
Hi, i have an error while trying to user angularfire2 with rc5: No provider for Token FirebaseUrl! imports import {FIREBASE_PROVIDERS, @NgModule({ platformBrowserDynamic().bootstrapModule(AppModule); |
I figured it out, i had to set the defaultFirebase({apiKey: xxx, authDomain: xxx, ...}) as a provider too |
@andreigiura see step 3 here |
I followed the steps to install the AngularFire in project but I am getting following error with RC5. http://localhost:4200/angularfire2 Failed to load resource: the server responded with a status of 404 (Not Found) |
Is this being actively worked on? I looked through the source and it doesn't seem like a huge amount of effort to update (but looks can be deceiving). Hoping there is an update soon because it seems there are other version problems that cause AF2 to not work with Angular RC6. |
@ryanlangton This repository is actively being worked on. We have a beta.5 milestone in place here on GitHub. You should see an update sometime this week. |
RC7 upgrade is merged. Up next 2.0 final (which is the same thing really) |
Hi,
I have upgraded one of my application to angular 2 RC6 today and after that firebase authentication isn't working as expected. With RC5 FirebaseAuth service subscription was working, but I suspect something wrong with this service that it isn't raising events which breaks setting the authentication state after success.
Here is my app on github: https://github.com/asadsahi/ng2fb-bootstrap
Code is in the:
https://github.com/asadsahi/ng2fb-bootstrap/blob/master/src/app/shared/services/auth.service.ts
The text was updated successfully, but these errors were encountered: