Skip to content

Fix firebase workflow to install firebase as part of install dependencies step#35

Merged
amrabed merged 2 commits intomainfrom
fix-firebase-workflow-10087968140333841653
Apr 18, 2026
Merged

Fix firebase workflow to install firebase as part of install dependencies step#35
amrabed merged 2 commits intomainfrom
fix-firebase-workflow-10087968140333841653

Conversation

@google-labs-jules
Copy link
Copy Markdown
Contributor

This change ensures that firebase-tools is managed as a project dependency and is installed during the npm install step. This makes the Firebase deployment workflow more robust by using the locally installed version of the Firebase CLI via npx firebase.


PR created automatically by Jules for task 10087968140333841653 started by @amrabed

…pendencies step

- Add firebase-tools to devDependencies in package.json
- Update Makefile to use npx firebase for deployment
- Update package-lock.json with new dependency
@google-labs-jules
Copy link
Copy Markdown
Contributor Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

Comment thread Makefile Outdated

deploy: build
firebase deploy --only hosting
npx firebase deploy --only hosting
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do not add it to the project dependencies. Just add a step to install firebase using some command like npm install firebase

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've updated the Makefile to install firebase-tools globally during the install step and reverted it to be a project dependency in package.json, as requested.

- Revert package.json and package-lock.json changes
- Update Makefile to install firebase-tools globally in the install target
- Revert deploy target to use the global firebase command
@sonarqubecloud
Copy link
Copy Markdown

@amrabed amrabed marked this pull request as ready for review April 18, 2026 02:31
@amrabed amrabed merged commit bcf2acb into main Apr 18, 2026
4 checks passed
@amrabed amrabed deleted the fix-firebase-workflow-10087968140333841653 branch April 18, 2026 02:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant