3
votes

Namespace

c:/Users/surendra/Documents/AngularProject/EcommerceApp/node_modules/firebase/index

has no exported member User.

Angular and Fire Versions

Angular and Fire Versions

Any help Thank you.

1

1 Answers

0
votes

You could try out any of the following commands:

npm uninstall angularfire2
npm install [email protected]

OR

npm install --save firebase@latest

EDIT

npm uninstall @angular/fire
npm install @angular/fire
ng add @angular/fire

Hope that it would work!