-
Notifications
You must be signed in to change notification settings - Fork 206
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: firebase/firebase-functions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: firebase/firebase-functions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 21 files changed
- 7 contributors
Commits on Dec 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 837ec38 - Browse repository at this point
Copy the full SHA 837ec38View commit details
Commits on Dec 15, 2022
-
fix: prioritize boolean cors value over debug flags (#1189)
* fix: prioritize boolean cors value over debug flags As discussed in firebase/firebase-tools#4862 it's not possible to disable cors in v2 functions, because the emulator enables the debug feature for cors overriding `opts.cors`. If we could prioritize the boolean flag over the debug feature, we could have both: The ability to disable cors and also prioritize the debug flag over user provided configuration. * chore: use less conditions to check desired cors state Co-authored-by: Daniel Lee <taeold@gmail.com> * style: format * chore: run prettier to follow formatting rules * style: format https spec file Co-authored-by: Daniel Lee <taeold@gmail.com> Co-authored-by: Cole Rogers <colerogers@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 27ce234 - Browse repository at this point
Copy the full SHA 27ce234View commit details
Commits on Dec 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0ec9895 - Browse repository at this point
Copy the full SHA 0ec9895View commit details
Commits on Dec 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for aae1abd - Browse repository at this point
Copy the full SHA aae1abdView commit details
Commits on Jan 11, 2023
-
Upgrade jsonwebtoken to version 9 (#1336)
* Upgrade jsonwebtoken to version 9 Upgrading jsonwebtoken to version 9.0.0 or higher. * Update changelog
Configuration menu - View commit details
-
Copy full SHA for 21f4dcb - Browse repository at this point
Copy the full SHA 21f4dcbView commit details
Commits on Jan 17, 2023
-
Adds 'eventarcpublishing' as required API to custom event function (#…
…1300) Adds `eventarcpublishing.googleapis.com` as a required API for the `onCustomEventPublished` trigger so that the CLI enables it on deployment. Attempting to deploy a cloud function to GCF that listens on a non-existent channel will throw an error; `eventarcpublishing` API is necessary to allow the CLI to create the channel before the function is deployed.
Configuration menu - View commit details
-
Copy full SHA for 7481764 - Browse repository at this point
Copy the full SHA 7481764View commit details
Commits on Jan 19, 2023
-
Hide implementation of defineFloat. (#1341)
Firebase CLI doesn't support defineFloat yet (firebase/firebase-tools#5433).
Configuration menu - View commit details
-
Copy full SHA for a10dd78 - Browse repository at this point
Copy the full SHA a10dd78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5970dc7 - Browse repository at this point
Copy the full SHA 5970dc7View commit details
There are no files selected for viewing