Skip to main content

All Questions

0 votes
0 answers
98 views

What script should be run before every deploy? in firebase setting up GitHub Action deploys in React Vite application

We are trying to host our React-Vite Application using Google Firebase and after deploying the application we are trying to set up the CI CD actions in GitHub. After running these commands in the ...
Anjana Dep's user avatar
0 votes
1 answer
822 views

npm CI && npm run build is failing in github actions, I'm using firebase to deploy the project

npm CI && npm run build is failing in github actions I'll paste the yaml file below. name: Deploy to Firebase Hosting on PR "on": pull_request jobs: build_and_preview: if: &...
chiru's user avatar
  • 1
5 votes
1 answer
3k views

How can I deploy firebase functions through github actions?

In my project, which has a folder structure as shown here: dev-internal-web -.firebase -.github -e2e -functions -node_modules -src (misc files) I have a functions folder, which houses firebase ...
Display Name's user avatar
6 votes
3 answers
1k views

GitHub Action failes building firebase app w9jds/firebase-action

I can deploy my friebase app (https://github.com/Luuuuuis/profile-page) using firebase deploy in my local command line, but when I push it it keep failing -> No code error. This is my GitHub Action:...
Luis's user avatar
  • 140