-
Notifications
You must be signed in to change notification settings - Fork 347
Comparing changes
Open a pull request
base repository: firebase/firebase-admin-python
base: 5e75250
head repository: firebase/firebase-admin-python
compare: d11b211
- 10 commits
- 21 files changed
- 4 contributors
Commits on Sep 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3d3ef0c - Browse repository at this point
Copy the full SHA 3d3ef0cView commit details
Commits on Sep 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for de713d2 - Browse repository at this point
Copy the full SHA de713d2View commit details
Commits on Sep 17, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for ee8fd70 - Browse repository at this point
Copy the full SHA ee8fd70View commit details
Commits on Sep 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f85a8de - Browse repository at this point
Copy the full SHA f85a8deView commit details
Commits on Nov 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for fc6c8ee - Browse repository at this point
Copy the full SHA fc6c8eeView commit details
Commits on Dec 3, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 2305519 - Browse repository at this point
Copy the full SHA 2305519View commit details
Commits on Dec 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 807e7e1 - Browse repository at this point
Copy the full SHA 807e7e1View commit details
Commits on Dec 12, 2025
-
chore: Update default branch to
main(#926)* chore: Update default branch to main * set java version to fix emulator tools
Configuration menu - View commit details
-
Copy full SHA for d5aba84 - Browse repository at this point
Copy the full SHA d5aba84View commit details
Commits on Jan 13, 2026
-
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
Configuration menu - View commit details
-
Copy full SHA for e827655 - Browse repository at this point
Copy the full SHA e827655View commit details
Commits on Feb 10, 2026
-
chore: Update release workflows for push triggers (#935)
* chore: Update release workflows for push triggers * chore: Update release instructions and fix tag creation
Configuration menu - View commit details
-
Copy full SHA for d11b211 - Browse repository at this point
Copy the full SHA d11b211View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 5e75250...d11b211