-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
Version info
Angular: 10.0.5 / 10.0.1 / 10.0.0
Firebase: 7.19.0 / 7.15.1
AngularFire: 6.0.2 / 6.0.3-canary.93912bc
Other (e.g. Ionic/Cordova, Node, browser, operating system): Any browser, Mac
How to reproduce these conditions
- Create a new Angular project via CLI (
ng new test-project) (Angular CLI 10.0.4) - Install
firebaseandAngular/fire - Import to app.modules, and to a constructor the analytics service.
- (optional) add to
angular.json"allowedCommonJsDependencies": [ "firebase/app", "@firebase/auth"]to disable ES module / commonjs module warning at the console.
Additional:
I tried to use npm i @angular/fire@canarywithout any success, following #2526, and even downgrading the versions of both Angular and firebase.
I also tried to disable vendor-chunk and common-chunk, and some multiple other options.
Debug output
Expected behavior
Imports and works ?!
Actual behavior
Error at the console, can't use the service.
MichaelMarner, boskiv, i3oges, HugoSart, ArsalanSavand and 1 more
Metadata
Metadata
Assignees
Labels
No labels

