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

Adding support for <product>_EMULATOR_BINARY_PATH for local emualtor dev #6981

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

joehan
Copy link
Contributor

@joehan joehan commented Apr 10, 2024

Description

Added a new environment variable <product>_EMULATOR_BINARY_PATH that tells the emulator suite to skip downloading/checking a downloadable emulator and instead use the binary at the provided path.

Sample Commands

// Replace FIRESTORE with any other product, or UI
export FIRESTORE_EMULATOR_BINARY_PATH=path/to/firestore/emulator

// And the emulator suite will use your local version at that path
firebase emulators:start --only firestore 

@joehan joehan requested a review from yuchenshi April 10, 2024 16:46
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

2 participants