Skip to content

Update the version of firebase to use for Data Connect E2E test#9737

Merged
maneesht merged 1 commit intomainfrom
mtewani/update-e2e-firebase-fdc
Mar 20, 2026
Merged

Update the version of firebase to use for Data Connect E2E test#9737
maneesht merged 1 commit intomainfrom
mtewani/update-e2e-firebase-fdc

Conversation

@maneesht
Copy link
Copy Markdown
Contributor

e2e/data-connect is used by Kokoro tests for the generated SDK. There are new generated SDKs that depend on the newer version of firebase data connect, therefore they are failing. This PR should fix that.

@maneesht maneesht requested a review from a team as a code owner March 19, 2026 22:02
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Mar 19, 2026

⚠️ No Changeset found

Latest commit: 4291bf4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request updates the version of the firebase dependency used in the e2e/data-connect package to latest. This is necessary because new generated SDKs depend on a newer version of firebase data connect, and the Kokoro tests were failing as a result. Updating the firebase version should resolve these test failures.

Highlights

  • Firebase Version Update: The PR updates the firebase dependency in e2e/data-connect/package.json to latest.
  • Dependency Resolution: The yarn.lock file was updated to reflect the new firebase version and its transitive dependencies.
  • Test Environment: This change is intended to fix failing Kokoro tests that rely on the e2e/data-connect package.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown
Contributor

@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 dependency to the latest version, which resolves issues with new generated SDKs. The yarn.lock file has been updated accordingly to reflect the new dependency versions and their integrity hashes. One area for improvement is to specify a version range for the firebase dependency in package.json instead of using "latest" to ensure more predictable and stable builds.

},
"dependencies": {
"firebase": "11.8.1"
"firebase": "latest"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

high

Using "latest" for a dependency can lead to unpredictable builds and potential breaking changes when new major versions are released. It's generally recommended to specify a semantic versioning range (e.g., ^12.11.0 or ~12.11.0) to allow for compatible updates while maintaining stability and reproducibility across environments.

Suggested change
"firebase": "latest"
"firebase": "^12.11.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

This is used for a test app that is used to verify builds and integration tests against the latest sdk version => so this is fine.

@DellaBitta DellaBitta changed the title Update the version of firebase to use Update the version of firebase to use for Data Connect E2E test Mar 20, 2026
@maneesht maneesht merged commit ba0bc39 into main Mar 20, 2026
33 checks passed
@maneesht maneesht deleted the mtewani/update-e2e-firebase-fdc branch March 20, 2026 20:05
@firebase firebase locked and limited conversation to collaborators Apr 20, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants