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