question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Build 9.16.1 broke firebase deploy command

See original GitHub issue

[REQUIRED] Environment info

firebase-tools: 9.16.1

Platform: Windows through WSL with Arch Linux

[REQUIRED] Test case

There’s no minimal test case as the bug is related to the deploy function.

[REQUIRED] Steps to reproduce

  • Deploy any cloud function.

[REQUIRED] Expected behavior

  • The function(s) are deployed and a successfull deployment message appears.

[REQUIRED] Actual behavior

  • Deployment “seems” to go through but at the end of the process an error is printed out. This happens both on CI or by issuing the command manually from the CLI. image

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
bkendallcommented, Aug 12, 2021

Should be fixed in 9.16.2 now!

0reactions
taeoldcommented, Aug 11, 2021

We are making a hotfix to address this.

In the meantime, please revert your Firebase CLI to the previously working version:

$ npm i -g firebase-tools@9.16.0
Read more comments on GitHub >

github_iconTop Results From Across the Web

Version 9.1.1 broke firebase init and deploy #3000 - GitHub
Install the latest version and execute the above commands. [REQUIRED] Expected behavior. firebase init works without an argument, and firebase ...
Read more >
Get started with Firebase Hosting - Google
Step 2: Initialize your project. To connect your local project files to your Firebase project, run the following command from the root of...
Read more >
Deploying to Firebase | Cloud Build Documentation
You can automate the deployment of your software to Firebase by creating Cloud Build triggers. You can configure triggers to build and deploy...
Read more >
firebase-tools - npm
Command -Line Interface for Firebase. ... Start using firebase-tools in your project by running `npm i firebase-tools`. ... 9.16.1.
Read more >
Firebase tools broke my webapp dependencies - Stack Overflow
One simple solution is to change the public directory of Firebase to dist : you can do that in the firebase.json file and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found