Releases: w9jds/firebase-action
Releases · w9jds/firebase-action
JDK support and Docker Image
- Action no longer rebuilds the image every time it runs (pulls image from docker)
firebase-tools
has been set tov8.15.1
- On commit a new version is pushed to Docker Hub ( Thanks: @Hacksore )
- Action now include JDK for function emulators!
Fix firebase-tools requiring git to install
- changed from the slim image to the alpine image
- moved to LTS node version
- install git before installing firebase-tools
Add firebase-tools permissions workaround
- Bump up the base image version to latest node-slim
- Add NPM user variable to root to address current permission issues in firebase-tools
Update README for artifact action changes
v1.3.1 updated readme (#40)
Add support for new GCP Key on Firebase Tools
Firebase tools now allows you to specify a GCP Service Key instead of a Token to deploy your changes. We now support passing in this key in replacement of Firebase Token.
Create option for different directory
- Added in the ability to have
Firebase.json
in a different directory than root
Upgrade for latest Github Action systems
- A lot has changed since the initial beta of actions, this update will bring it up to par with the current way actions are configured.
- The example also shows how to pass a build artifact to the deployment job.
Entrypoint Syntax Fix
- Thanks to @uphy for the catch
GitHub Action for Firebase Initial Release
Update README Further explanation on when you should use PROJECT_ID