Non-interactive version of firebase init
See original GitHub issueRight now there is no way to do firebase init --project=foo {product}
within a script. Since hand-crafting a firebase.json
file is a lot of guesswork it could be cool to make firebase init --noninteractive
accept all defaults.
@mbleigh is that possible or reasonable?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:15 (3 by maintainers)
Top Results From Across the Web
Firebase CLI reference
Emulator Suite · Authentication · Realtime Database · Firestore · Storage · ML · Hosting · Cloud Functions.
Read more >Authenticate and use Firebase in non-interactive environments
If I used these commands in command prompt, it open firebase login page and on login it got authentication. After that appdistribution: ...
Read more >Firebase CLI
The Firebase Command Line Interface (CLI) Tools can be used to test, manage, and deploy your Firebase project from the command line.
Read more >Firebase Hosting Deployment Automation with Gitlab CI
You can do this while initialising with $ firebase init or manually ... token for use in non-interactive environments with the below command...
Read more >CICD for frontend with Firebase and GitHub Actions
When a pre-release version of the app is released, the app should be built and deployed to the production environment. When the final...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
We’ve always considered
init
to be an explicitly interactive command, but maybe we could do something likenpm init -y
and add a-y/--confirm
that is equivalent to selecting all the defaults. I’m not strongly opposed to it.Has anyone in this thread been able to also setup / initialize firebase storage via the command list above?