You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But on step 8 ( Bind to a List ), I get the following error: Property 'valueChanges' does not exist on type 'FirebaseListObservable<any[]>'.
I assume I'm doing something wrong, but I've done exactly what the guide says. If I'm missing something crucial here, I think it may need to be added to the guide.
The text was updated successfully, but these errors were encountered:
This is due to the latest changes made to the code. Here you can see that the way to use the Firebase database has changed.
At this point you have two possibilities:
Use the version currently published in npm (angularfire2@4.0.0-rc.2) and follow this documentation.
Use the new version (angularfire2@4.0.0-rc.3-exp.7) and follow the documentation published in Github.
In my opinion, if you are going to start a new project, I would use the new version (npm i --save angularfire2@4.0.0-rc.2), since the trend of the project goes in that direction.
I've just created a new Angular project and installed angularfire2 along with firebase. I've followed the Install and Setup guide ( found here: https://github.com/angular/angularfire2/blob/master/docs/1-install-and-setup.md ).
But on step 8 ( Bind to a List ), I get the following error: Property 'valueChanges' does not exist on type 'FirebaseListObservable<any[]>'.
I assume I'm doing something wrong, but I've done exactly what the guide says. If I'm missing something crucial here, I think it may need to be added to the guide.
The text was updated successfully, but these errors were encountered: