Andro Babu
1 min readApr 19, 2019

--

Thanks for reading. Good that you fixed the issue by using proper “Project ID”.

There is another way that you can also mention the project in a file named “.firebaserc” in your root directory.

{  "projects": {    "default": "your-project-id"  }}

By this, you can avoid the commandfirebase use "your-project-id"

--

--

No responses yet