We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
**Angular: 5.2.9 **
Firebase: 4.12.0
AngularFire: 5.0.0-rc.6
AngularFireList and AngularFireObject has a generic T that is not inherited to all of it's members, such as snapshotChanges.
AngularFireList
AngularFireObject
Need two PR to solve this. One to this project and another to firebase-js-sdk. Submitted here -> firebase/firebase-js-sdk#590
This issue refer and extend to issue1214
#1214
The text was updated successfully, but these errors were encountered:
On master, will cut a @next release with this type additions shortly.
@next
Sorry, something went wrong.
No branches or pull requests
Version info
**Angular: 5.2.9 **
Firebase: 4.12.0
AngularFire: 5.0.0-rc.6
The Problem
AngularFireList
andAngularFireObject
has a generic T that is not inherited to all of it's members, such as snapshotChanges.The Fix
Need two PR to solve this. One to this project and another to firebase-js-sdk. Submitted here -> firebase/firebase-js-sdk#590
This issue refer and extend to issue1214
The text was updated successfully, but these errors were encountered: