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: use version 1.19.9 #55

Merged
merged 4 commits into from
Nov 5, 2024
Merged

Conversation

JrSchild
Copy link
Contributor

@JrSchild JrSchild commented May 4, 2023

To test

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

# 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.19.9

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
@reyawn reyawn requested a review from a team November 5, 2024 12:29
@reyawn
Copy link
Contributor

reyawn commented Nov 5, 2024

@JrSchild bumped to latest version 1.19.9 locally and did some testing, seems to work fine.

@reyawn reyawn changed the title chore: update firestore emulator version chore: use latest firestore emulator v1.19.9 Nov 5, 2024
@reyawn reyawn changed the title chore: use latest firestore emulator v1.19.9 chore: use version 1.19.9 Nov 5, 2024
@reyawn reyawn merged commit 370839f into master Nov 5, 2024
1 check passed
@reyawn reyawn deleted the chore/update-firestore-emulator branch November 5, 2024 13:08
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.

3 participants