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: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 21 files changed
  • 4 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

Commits on Nov 25, 2025

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

Commits on Dec 3, 2025

  1. feat(functions): Enable Cloud Task Queue Emulator support (#920)

    * feat(functions): Enable Cloud Task Queue Emulator support
    
    * fix: lint
    
    * fix: Resolved issues from gemini review
    
    * chore: Added basic integration tests for task enqueue and delete
    
    * chore: Setup emulator testing for Functions integration tests
    
    * fix: Re-added accidentally removed lint
    
    * fix: integration test default apps
    
    * fix: lint
    jonathanedey authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    2305519 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2025

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

Commits on Dec 12, 2025

  1. chore: Update default branch to main (#926)

    * chore: Update default branch to main
    
    * set java version to fix emulator tools
    lahirumaramba authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    d5aba84 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2026

  1. chore: Update github actions workflows and integration test resources (

    …#932)
    
    * chore: Pinned github actions to full-length comit SHAs
    
    * chore: Update integration test resource
    
    * chore: Added environment label to release action
    
    * Trigger integration tests
    jonathanedey authored Jan 13, 2026
    Configuration menu
    Copy the full SHA
    e827655 View commit details
    Browse the repository at this point in the history
Loading