firebase / firebase-functions-test

MIT License
232 stars 48 forks source link

fix(firestore): use hostname from env variable #184

Open anter-x opened 1 year ago

anter-x commented 1 year ago

Description

Remove hardcoded firestore hostname from clearFirestoreData function and make possibility to configure it via FIRESTORE_EMULATOR_HOST environment variable

charneykaye commented 1 year ago

Resolves https://github.com/firebase/firebase-functions-test/issues/190

rberberat commented 11 months ago

Can we promote this? Node 16 nears EOL (September 11th 2023) and the affected issue is a roadblock when updating from Node 16 to 18.