-
Notifications
You must be signed in to change notification settings - Fork 56
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
FIRESTORE_EMULATORS_HOST's host ignored in clearFirestoreData #193
Comments
Use FIRESTORE_HOST in clearFirestoreData (firebase#193)
Because of this clearFirestoreData is also failing with node 18 with |
I notice that firebase-functions-test IS checking for env variable |
@shackijj 's PR would be a good fix, but it hasn't been merged in a long time. As a workaround, I set my host to "0.0.0.0" in
|
#184 would resolve this |
firebase-functions-test/src/providers/firestore.ts
Line 275 in c1dd82b
'localhost' value is hardcoded. Thanks makes it impossibe to run emulators on another host.
I encountered this problem when trying to run tests in Dockerized environment.
The text was updated successfully, but these errors were encountered: