Releases: ciatph/firebase-users-admin
Releases · ciatph/firebase-users-admin
firebase-users-admin_v1.1.8
Summary
October 4, 2024
- Feat: push the latest client and server development images to Docker Hub as tags under the /firebase-users-admin` repository
What's Changed
Full Changelog: v1.1.7...v1.1.8
firebase-users-admin_v1.1.7
Summary
- Rename dev image to "latest"
- Rename local production image to "prod"
What's Changed
Full Changelog: v1.1.6...v1.1.7
firebase-users-admin_v1.1.6
Summary
- Fix: Local development debugging in container (from Windows host), #81
- Feat: pull Docker images from Docker Hub to keep it active, #82
What's Changed
- feat: hmr, hot reload, vscode debugging from container by @ciatph in #83
- feat: pull docker images by @ciatph in #84
- v1.1.6 by @ciatph in #85
Full Changelog: v1.1.5...v1.1.6
firebase-users-admin_v1.1.5
Summary
September 29, 2024
- Feat: use
.env
variables in the client Firebase config, follow-up for #71 - Feat: deploy the development docker images to Docker Hub on create of new Release/Tag
- Rename the Docker images:
# app ciatphdev/firebase-users-app:latest # development ciatphdev/firebase-users-app:dev ciatphdev/firebase-users-client:dev # production ciatphdev/firebase-users-app:latest ciatphdev/firebase-users-client:latest
What's Changed
- feat: use env file for firebase config by @ciatph in #78
- v1.1.5-alpha.1 by @ciatph in #79
- v1.1.5 by @ciatph in #80
Full Changelog: v1.1.4...v1.1.5
firebase-users-admin_v1.1.4
firebase-users-admin_v1.1.3
What's Changed
Full Changelog: v1.1.2...v1.1.3
firebase-users-admin_v1.1.2
Updates
- Bundle the client app with the server docker image, #56
- Deploy server on Docker Hub with built client app served from a static directory using the express.static() middleware
- Option #2 - Client and Server Bundled in (1) Image and Service
- Docker Hub repo: https://hub.docker.com/r/ciatphdev/firebase-users-admin-app
- Add an option to disable Bearer Authorization on the POST, PATCH and DELETE api endpoints, #57
- Use the
pm2-runtime
on server Dockerfiles to startpm2
- Update README and documentations
firebase-users-admin_v1.1.1
firebase-users-admin_v1.1.0
(See PR #49 for reference)
Updates
- Dockerize client app for local development, #40
- Dockerize client app for production deployment, #41
- Dockerize server for local development, #42
- Dockerize server for production deployment, #43
- Deploy production client and server images to docker hub on release, #44
- Fix
sed
string replacement error on release.yml - removefind
firebase-users-admin_v1.0.9
(See PR #38 for reference)
Updates
Upgrade react version
- react v18.1.0
- react-dom v18.1.0
- react-scripts 5.0.1