-
Notifications
You must be signed in to change notification settings - Fork 206
Comparing changes
Open a pull request
base repository: firebase/firebase-functions
base: e511ccbe38ba273fe2d95e568912052a047a7329
head repository: firebase/firebase-functions
compare: 010ee5233bcc89d185fbba7e2562a267f36f0cdd
Commits on Jun 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c0fffcc - Browse repository at this point
Copy the full SHA c0fffccView commit details
Commits on Jun 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bc21990 - Browse repository at this point
Copy the full SHA bc21990View commit details
Commits on Jun 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3e1b5ca - Browse repository at this point
Copy the full SHA 3e1b5caView commit details -
Add features to task queue functions (#1423)
* augment task context interface & pass in headers * update changelog * update docstrings & handle header edge cases
Configuration menu - View commit details
-
Copy full SHA for aa55ea6 - Browse repository at this point
Copy the full SHA aa55ea6View commit details
Commits on Jul 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ba368e8 - Browse repository at this point
Copy the full SHA ba368e8View commit details
Commits on Jul 13, 2023
-
Wrap v2 firestore functions with trace context (#1440)
* Wrap v2 firestore functions with trace context * Add changelog
Configuration menu - View commit details
-
Copy full SHA for 41d616f - Browse repository at this point
Copy the full SHA 41d616fView commit details
Commits on Aug 1, 2023
-
Removing artifacts left over from TypeDoc (#1445)
* Adding some format and style edits for common or top-level reference pages. * Removing artifacts left over from TypeDoc.
Configuration menu - View commit details
-
Copy full SHA for a70663b - Browse repository at this point
Copy the full SHA a70663bView commit details
Commits on Aug 22, 2023
-
Remove HTTP server shutdown message (#1457)
* remove shutdown msg
Configuration menu - View commit details
-
Copy full SHA for 3e7a4b7 - Browse repository at this point
Copy the full SHA 3e7a4b7View commit details
Commits on Nov 2, 2023
-
Update node versions used in GitHub actions (#1479)
Also bump/enable test timeouts to successfully run in node 18/20 environments.
Configuration menu - View commit details
-
Copy full SHA for 93c47e3 - Browse repository at this point
Copy the full SHA 93c47e3View commit details -
Fix bug where auth metadata in the auth blocking tokens are assumed t…
…o be seconds not miliseconds (#1472) Auth metadata included in the JWT sent to Auth Blocking functions may include fields `last_sign_in_time` and `creation_time`. Values of these fields are sent as _miliseconds_ since epoch. The SDK incorrectly assumes that they are _seconds_ since epoch. Unfortunately, this information is not publicly documented, but I was able to verify the fix in production. Fixes: #1468
Configuration menu - View commit details
-
Copy full SHA for 2841ebd - Browse repository at this point
Copy the full SHA 2841ebdView commit details -
supporting recaptcha verdict for auth blocking functions (#1458)
Added recaptcha support in auth blocking functions beforeCreate and beforeSignIn. This allows developers to see the recaptcha scores for authentication actions and override the recaptcha actions.
Configuration menu - View commit details
-
Copy full SHA for b897b0d - Browse repository at this point
Copy the full SHA b897b0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for eef9882 - Browse repository at this point
Copy the full SHA eef9882View commit details -
Configuration menu - View commit details
-
Copy full SHA for c07489d - Browse repository at this point
Copy the full SHA c07489dView commit details -
Configuration menu - View commit details
-
Copy full SHA for affa64d - Browse repository at this point
Copy the full SHA affa64dView commit details
Commits on Nov 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 414ff0a - Browse repository at this point
Copy the full SHA 414ff0aView commit details
Commits on Nov 28, 2023
-
Wrap 2nd gen onCall functions with trace context (#1491)
* wrap oncall functions with trace context
Configuration menu - View commit details
-
Copy full SHA for a64fd48 - Browse repository at this point
Copy the full SHA a64fd48View commit details
Commits on Jan 3, 2024
-
Update the supported Admin SDK version to include v12 (#1509)
* update admin sdk version * Add changelog. --------- Co-authored-by: Daniel Lee <taeold@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1066b53 - Browse repository at this point
Copy the full SHA 1066b53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7af98c9 - Browse repository at this point
Copy the full SHA 7af98c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b661935 - Browse repository at this point
Copy the full SHA b661935View commit details
Commits on Jan 26, 2024
-
Fixes access on deeply nested, nonexistent property (#1432)
* return null on nonexistent deeply nested property * update changelog * check specifically for undefined in val() * fix lint issue --------- Co-authored-by: Cole Rogers <colerogers@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e6f5d89 - Browse repository at this point
Copy the full SHA e6f5d89View commit details
Commits on Feb 1, 2024
-
Add IteratedDataSnapshot interface to match with firebase admin v12 (#…
…1517) * add IteratedDataSnapshot interface to match with firebase admin v12 * rebase upstream
Configuration menu - View commit details
-
Copy full SHA for 9bda8f7 - Browse repository at this point
Copy the full SHA 9bda8f7View commit details
Commits on Feb 7, 2024
-
Make storage bucket parameterizeable. Create const for bucket picker (#…
…1518) * Make storage bucket parameterizeable. Create const for bucket picker * Fix linter error * Use more specific type * Remove unused import * Export types that were part of an old spec but are not available on main package * In for a penny, in for a pound * Clarify types of select/multiSelect * Changelog
Configuration menu - View commit details
-
Copy full SHA for 29fc722 - Browse repository at this point
Copy the full SHA 29fc722View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1090a5 - Browse repository at this point
Copy the full SHA b1090a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26cd955 - Browse repository at this point
Copy the full SHA 26cd955View commit details
Commits on Feb 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5a94583 - Browse repository at this point
Copy the full SHA 5a94583View commit details
Commits on Mar 7, 2024
-
Add startup lifecycle hook (#1531)
* checkpoint * Finish missing tests; remove redundant v1 tests * Fix linter error * Fix import error * Add changelog; fix exports of v2/core
Configuration menu - View commit details
-
Copy full SHA for c260c2a - Browse repository at this point
Copy the full SHA c260c2aView commit details
Commits on Mar 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 78afcc1 - Browse repository at this point
Copy the full SHA 78afcc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ddebc2 - Browse repository at this point
Copy the full SHA 1ddebc2View commit details
Commits on Mar 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3d8d595 - Browse repository at this point
Copy the full SHA 3d8d595View commit details
Commits on Mar 19, 2024
-
CORS origins of an array of one are made a scalar. (#1536)
The access-control-allowed-origins CORS header only allows a single origin or "*" as its response. To support multiple origins, the cors middleware makes this header dynamic based on the origin header of the request when the middleware is configured with anything but a single string. To help avoid a few edge cases customers may encounter, we can unwrap an array of one element into a scalar to encourage the cors middleware to make the access-control-allowed-origin header static. As a very minor performance boost, this change also instantiates the cors middleware once and uses it on all requests rather than constructing it dynamically within a request.
Configuration menu - View commit details
-
Copy full SHA for 0aaedc4 - Browse repository at this point
Copy the full SHA 0aaedc4View commit details -
Remove infinite wrapping of withInit (#1540)
* Remove infinite wrapping of withInit * Changelog
Configuration menu - View commit details
-
Copy full SHA for ad6cd43 - Browse repository at this point
Copy the full SHA ad6cd43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 536f8de - Browse repository at this point
Copy the full SHA 536f8deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cc6fdd - Browse repository at this point
Copy the full SHA 5cc6fddView commit details
Commits on Mar 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f13360a - Browse repository at this point
Copy the full SHA f13360aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23510f7 - Browse repository at this point
Copy the full SHA 23510f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b71fea9 - Browse repository at this point
Copy the full SHA b71fea9View commit details
Commits on Mar 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 010ee52 - Browse repository at this point
Copy the full SHA 010ee52View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.