Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update firestore emulator version #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JrSchild
Copy link

@JrSchild JrSchild commented May 4, 2023

To test

docker build --build-arg CLOUD_FIRESTORE_EMULATOR_VERSION=1.17.4 -t ridedott/firestore-emulator:1.17.4 .

# Stop & destroy currently running emulator
docker container rm -f ridedott-firestore-emulator

# Start the new version
docker container run --detach --name ridedott-firestore-emulator -p 4510:8080 --restart always ridedott/firestore-emulator:1.17.4

The new version has been taken from the google cloud storage firebase bucket.

This Pull Request fulfills the following requirements:

  • The commit message follows our guidelines.
  • Does not affect documentation or it has been added or updated.

Resolves #

@JrSchild JrSchild requested a review from a team May 5, 2023 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant