firebase-functions-test
firebase-functions-test copied to clipboard
### Version info **firebase-functions-test:"^3.1.0", **firebase-functions:"^4.4.1", **firebase-admin:"^11.11.0", ### Test case Simply just create and delete same document in different .ts file. ### Steps to reproduce 1. Create two file below (They...
### Version info **firebase-functions-test:** 3.1.0 **firebase-functions:** 4.4.1 **firebase-admin:** 11.9.0 ### Test case **Firebase Cloud Function** ```tsx import { onDocumentCreated } from 'firebase-functions/v2/firestore'; import * as logger from 'firebase-functions/logger'; import {...
### Version info **firebase-functions-test:** 3.1.0 **firebase-functions:** 4.4.1 **firebase-admin:** 11.10.1 ### Expected behavior Call my test function with the v2 ScheduledEvent like it happens in my production environment: ``` Started CET...
### Version info **firebase-functions-test:** **firebase-functions:** **firebase-admin:** ### Test case ### Steps to reproduce ### Expected behavior ### Actual behavior
### Description Remove hardcoded firestore hostname from clearFirestoreData function and make possibility to configure it via FIRESTORE_EMULATOR_HOST environment variable
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.
**Is your feature request related to a problem? Please describe.** I'm using firebase-functions-test package to locally mock firestore data and test non-http functions. However, on of my functions works with...
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Removes [cacheable-request](https://github.com/jaredwray/cacheable-request). It's no longer used after updating ancestor dependency [firebase-tools](https://github.com/firebase/firebase-tools). These dependencies need to be updated together. Removes `cacheable-request` Updates `firebase-tools` from 8.9.2 to 11.22.0 Release notes Sourced from...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...