Can\'t fix this problem:
app.component.ts
import { AngularFire, AuthProviders, AuthMethods } from \'angularfire2\'; /angularfire2/index has no expor
The solution is :
With the "angularfire2": "^5.1.1",
"angularfire2": "^5.1.1",
you need this libraries too:
"rxfire": "^3.3.5", "rxjs": "6.3.3", "rxjs-compat": "6.3.3",