firebase-functions-test icon indicating copy to clipboard operation
firebase-functions-test copied to clipboard

FIRESTORE_EMULATORS_HOST's host ignored in clearFirestoreData

Open shackijj opened this issue 2 years ago • 3 comments
trafficstars

https://github.com/firebase/firebase-functions-test/blob/c1dd82b84f5fe4126ca666577a04a7d72e96f2fc/src/providers/firestore.ts#L275

'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.

shackijj avatar Feb 25 '23 19:02 shackijj