-3

How to create project in a firebase and download .json file by command line

Nimesh
  • 1
  • 8
  • There is currently no public API, nor a CLI command, a to create Firebase projects. See https://stackoverflow.com/questions/37797334/is-possible-create-new-firebase-project-by-api and https://stackoverflow.com/questions/43147647/how-can-i-programmatically-create-a-firebase-project – Frank van Puffelen Aug 23 '18 at 14:22
  • Please specify in details your question. – Infinite Loops Aug 23 '18 at 18:56

1 Answers1

0

Everything with the command line is found here:

npm install -g firebase-tools;
firebase-tools --help;
Michael Dodd
  • 10,102
  • 12
  • 51
  • 64