Skip to content
Permalink

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-admin-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: je-agent
Choose a base ref
...
head repository: firebase/firebase-admin-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 7 files changed
  • 2 contributors

Commits on Sep 8, 2025

  1. Configuration menu
    Copy the full SHA
    3d3ef0c View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

  1. Configuration menu
    Copy the full SHA
    de713d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

  1. fix(functions): Refresh credentials before enqueueing first task (#907)

    * fix(functions): Refresh credentials before enqueueing task
    
    This change addresses an issue where enqueueing a task from a Cloud Function would fail with a InvalidArgumentError error. This was caused by uninitialized credentials being used to in the task payload.
    
    The fix explicitly refreshes the credential before accessing the credential, ensuring a valid token or service account email is used in the in the task payload.
    
    This also includes a correction for an f-string typo in the Authorization header construction.
    
    * fix(functions): Move credential refresh to functions service init
    
    * fix(functions): Moved credential refresh to run on task payload update with freshness guard
    
    ---------
    
    Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
    jonathanedey and google-labs-jules[bot] authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    ee8fd70 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2025

  1. chore: Fix typo (#913)

    jonathanedey authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    f85a8de View commit details
    Browse the repository at this point in the history
Loading