Kirill Shatskiy

Results 4 issues of Kirill Shatskiy

the PR is created in order to close #336

Hello there! It's often required to parse a query string while handling HTTP requests. So, I decided to implement parseQueryString helper. Additionally, I added the optional parameter for url.parseUrl helper...

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.

Use FIRESTORE_HOST in clearFirestoreData (#193) ### Description ### Code sample