-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Update firebase.app.module.ts #1572
Conversation
Fix: Class FirebaseApp incorrectly implements interface 'FirebaseApp'. Property `automaticDataCollectionEnabled` is missing in type FirebaseApp
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we allow assigning the automaticDataCollectionEnabled
parameter from the initializeApp
method? This may lead to breaking change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have tried this solution and works well.
I changed it myself but users of Ionic Pro can not deal with it. It would be great to try it.
Even though you change |
Thanks for the quick fix. |
@sarunint I'll support the new Firebase initialize method style, which takes |
The problem still occurs in Angular CLI. Same error. |
That's because the fix in this PR has not been released yet. |
Is it realesed today ? How Do I fix it now ? |
Checklist
yarn install
,yarn test
run successfully? yesDescription
Bug fix
Code sample
firebase.app.module.d.ts