Skip to content

Update Python requirements to latest firebase-functions and firebase-admin#1264

Merged
jhuleatt merged 1 commit intomainfrom
update-python-deps-5009605169601225659
Apr 10, 2026
Merged

Update Python requirements to latest firebase-functions and firebase-admin#1264
jhuleatt merged 1 commit intomainfrom
update-python-deps-5009605169601225659

Conversation

@jhuleatt
Copy link
Copy Markdown
Collaborator

Updated all Python requirements.txt to use firebase-functions ~= 0.5.0 and firebase-admin ~= 7.4.0 in order to use the latest versions while preventing future major version bumps from breaking the samples.


PR created automatically by Jules for task 5009605169601225659 started by @jhuleatt

…ase-admin

Co-authored-by: jhuleatt <3759507+jhuleatt@users.noreply.github.com>
@google-labs-jules
Copy link
Copy Markdown
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@jhuleatt
Copy link
Copy Markdown
Collaborator Author

fixes #1153

@jhuleatt jhuleatt merged commit fc6be76 into main Apr 10, 2026
7 checks passed
@google-labs-jules
Copy link
Copy Markdown
Contributor

fixes #1153

Acknowledged.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the firebase-functions and firebase-admin dependencies to versions 0.5.0 and 7.4.0 across multiple Python function directories. Feedback was provided regarding missing firebase-admin entries in the requirements.txt files for the fcm-notifications and monitor-cloud-logging quickstarts, which are necessary for successful deployment.

@@ -1 +1 @@
firebase_functions~=0.1.0 No newline at end of file
firebase-functions ~= 0.5.0 No newline at end of file
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The main.py file in this directory imports firebase_admin, but it is missing from the requirements.txt file. This will cause the function to fail during deployment or execution. Please add firebase-admin ~= 7.4.0 to the requirements as stated in the pull request description.

firebase-functions ~= 0.5.0
firebase-admin ~= 7.4.0

@@ -1 +1 @@
firebase_functions~=0.1.2 No newline at end of file
firebase-functions ~= 0.5.0 No newline at end of file
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The main.py file in this directory imports firebase_admin, but it is missing from the requirements.txt file. This will cause the function to fail during deployment or execution. Please add firebase-admin ~= 7.4.0 to the requirements as stated in the pull request description.

firebase-functions ~= 0.5.0
firebase-admin ~= 7.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant