step by step to implement firebase authentication with angular and what libraries to be installed.
1) Create a angular project with the help of angular cli
2) npm install angularfire2 firebase --save (for firebase function.)
3) npm install angularfire2@2.0.0 --save (for firebase libraries.)
4) npm install --save ngx-gauge