-
Notifications
You must be signed in to change notification settings - Fork 2.2k
angularfire2 5.0.0-rc-6.0 compatibility with firebase 4.13.1 #1576
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
@estrellajm when would this get resolved? |
Thanks a question for @jamesdaniels James Can you help? It looks like it's been merged. #1572. |
Sorry been out of office, will cut a release tomorrow. |
@jamesdaniels |
Thanks James
Jose
On Apr 23, 2018, at 8:35 PM, James Daniels <[email protected]> wrote:
Sorry been out of office, will cut a release tomorrow.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
This new version of AngularFire (v5) does include a Messaging Module? I had the same issue that the OP, but then I installed @angular/app and then i got another error : "ERROR TypeError: firebase.messaging is not a function" |
ERR: Property 'automaticDataCollectionEnabled' is missing in type 'FirebaseApp'. just add "automaticDataCollectionEnabled: boolean;" to FirebaseApp interface in file: firebase.app.module.d.ts located in your firebase node_modules
|
It seems this is not fixed in the release. Any ideas of when it will be fixed? |
After adding automaticDataCollectionEnabled: boolean; these errors: .... but helped deleting firebase folders from node_modules and npm install |
|
As the fix as already been committed at f2cf159 is there any date scheduled for a proper release of a new version? |
Can you please close this PR so we can solve the problem? It's really a small fix and would really help. Thanks. |
Please fix it asap |
Any updates? I have an app that has the |
Also waiting for the fix, we shouldn't be making edits to packages like that. |
I'm working to see if I can fix a bug with change detection in @next before
chosing to branch to release the changes introduced in 4.13. In the
meantime please pin to firebase 4.12.
…On Mon, Apr 30, 2018, 10:59 AM Richard William ***@***.***> wrote:
Also waiting for the fix, we shouldn't be making edits to packages like
that.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1576 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AACvr04lrvt0Xag5MdbooBQ1hjRpKoHGks5tt1D-gaJpZM4Teq-x>
.
|
We're having problem with the example in authentication where import * as firebase from 'firebase' is using Does |
FYI rc7 was just released, which addresses |
angularfire2 documentation has the following installation statement.
By default, this installs angularfire2 5.0.0-rc-6.0 and firebase 4.13.1.
When using firebase in a component
I get the following error message on ng build/ng serve:
ERROR in node_modules/angularfire2/firebase.app.module.d.ts(10,22): error TS2420: Class 'FirebaseApp' incorrectly implements interface 'FirebaseApp'.
Property 'automaticDataCollectionEnabled' is missing in type 'FirebaseApp'.
SOLUTION: install firebase 4.12.1 - the error message does not show with this version.
The text was updated successfully, but these errors were encountered: