In many Angular firebase tutorials, they always say I should enter this line in the terminal
ng add @angular/fire
.
This then ONLY asks me for which project and will then never ask me which features I want to add (authentication, storage, ...)
Because of this, I am unable to import those functionality as well. How can I make it ask me? I have gotten the prompt in the past. Don't know why it stopped now.
FYI yes there is a web-project in the firebase project.