- Create firebase.json configuration for Storage Emulator on port 9199
- Add setup-firebase-emulator action to install and start Firebase CLI emulator
- Add teardown-firebase-emulator action to stop emulator using saved PID
- Use proper PID-based process management instead of pkill/killall
Co-authored-by: rchincha <45800463+rchincha@users.noreply.github.com>
There are performance improvements in recent releases of localstack.
1) install localstack via "pip install" and requires python 3.11
2) also pull a recently pushed localstack docker image to ghcr.io
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>