No exported member error with firebase when trying to compile angular 10 project
There is a valid workaround that does not require a downgrade of firebase (from 8.0
to 7.x
as previously proposed).
Please see my separate answer / proposed solution here.
I had a similar issue.
Was able to solve it by installing [email protected]
npm i [email protected]
ng serve
Hope it will help. Thanks.