Skip to content

chore: dataconnect: use firebase bom instead of bespoke version specification #2671

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 29, 2025

Conversation

dconeybe
Copy link
Contributor

No description provided.

@dconeybe dconeybe self-assigned this May 29, 2025
@dconeybe dconeybe requested a review from Copilot May 29, 2025 03:08
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the Firebase dependency management in the Data Connect project by removing bespoke version specifications and switching to the Firebase BOM for consistency.

  • Removed explicit version definitions for firebaseAuth and firebaseDataConnect in the TOML file.
  • Updated the app build file to import the Firebase BOM and reference Firebase dependencies without explicit versions.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
gradle/libs.versions.toml Removed explicit Firebase version specifications in favor of managing via BOM
dataconnect/app/build.gradle.kts Updated dependency declarations to use the Firebase BOM and reordered comments
Comments suppressed due to low confidence (1)

gradle/libs.versions.toml:3

  • Ensure that all Firebase dependencies are managed consistently using the Firebase BOM. If supported, consider updating firebase-ai to also use the BOM for a streamlined version management.
-firebaseAuth = "23.2.0"

@dconeybe dconeybe requested a review from thatfiredev May 29, 2025 03:09
Copy link
Member

@thatfiredev thatfiredev left a comment

Choose a reason for hiding this comment

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

LGTM

@dconeybe dconeybe merged commit 5da5692 into master May 29, 2025
7 checks passed
@dconeybe dconeybe deleted the dconeybe/dataconnect/bom branch May 29, 2025 15:49
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.

2 participants