简体   繁体   中英

Angular firebase: does not ask which features I want to add

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.

You can use firebase projects:list to list your projects and firebase use to switch between projects.

Here's more in the doc for Firecbase CLI: https://firebase.google.com/docs/cli/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM