Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion admob/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
implementation("com.google.android.gms:play-services-ads:25.3.0")

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:34.13.0"))
implementation(platform("com.google.firebase:firebase-bom:34.14.0"))
Comment thread
thatfiredev marked this conversation as resolved.

// For an optimal experience using AdMob, add the Firebase SDK
// for Google Analytics. This is recommended, but not required.
Expand Down
2 changes: 1 addition & 1 deletion analytics/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0")

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:34.13.0"))
implementation(platform("com.google.firebase:firebase-bom:34.14.0"))
Comment thread
thatfiredev marked this conversation as resolved.

// Firebase Analytics
implementation("com.google.firebase:firebase-analytics")
Expand Down
2 changes: 1 addition & 1 deletion appdistribution/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
implementation("androidx.constraintlayout:constraintlayout:2.2.1")

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:34.13.0"))
implementation(platform("com.google.firebase:firebase-bom:34.14.0"))
Comment thread
thatfiredev marked this conversation as resolved.

// ADD the SDK to the "prerelease" variant only (example)
implementation("com.google.firebase:firebase-appdistribution:16.0.0-beta19")
Expand Down
2 changes: 1 addition & 1 deletion auth/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
implementation("androidx.navigation:navigation-ui-ktx:2.9.8")

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:34.13.0"))
implementation(platform("com.google.firebase:firebase-bom:34.14.0"))
Comment thread
thatfiredev marked this conversation as resolved.

// Firebase Authentication
implementation("com.google.firebase:firebase-auth")
Expand Down
2 changes: 1 addition & 1 deletion config/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation("com.google.android.material:material:1.14.0")

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:34.13.0"))
implementation(platform("com.google.firebase:firebase-bom:34.14.0"))
Comment thread
thatfiredev marked this conversation as resolved.

// Firebase Remote Config
implementation("com.google.firebase:firebase-config")
Expand Down
2 changes: 1 addition & 1 deletion crash/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {
implementation("androidx.activity:activity-ktx:1.13.0")

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:34.13.0"))
implementation(platform("com.google.firebase:firebase-bom:34.14.0"))
Comment thread
thatfiredev marked this conversation as resolved.

// Firebase Crashlytics
implementation("com.google.firebase:firebase-crashlytics")
Expand Down
2 changes: 1 addition & 1 deletion database/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
implementation("androidx.navigation:navigation-ui-ktx:2.9.8")

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:34.13.0"))
implementation(platform("com.google.firebase:firebase-bom:34.14.0"))
Comment thread
thatfiredev marked this conversation as resolved.

// Firebase Realtime Database
implementation("com.google.firebase:firebase-database")
Expand Down
2 changes: 1 addition & 1 deletion firestore/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
implementation(project(":internal:chooserx"))

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:34.13.0"))
implementation(platform("com.google.firebase:firebase-bom:34.14.0"))
Comment thread
thatfiredev marked this conversation as resolved.

// Firestore
implementation("com.google.firebase:firebase-firestore")
Expand Down
2 changes: 1 addition & 1 deletion functions/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
implementation("com.google.android.material:material:1.14.0")

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:34.13.0"))
implementation(platform("com.google.firebase:firebase-bom:34.14.0"))
Comment thread
thatfiredev marked this conversation as resolved.

// Cloud Functions for Firebase
implementation("com.google.firebase:firebase-functions")
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ composeBom = "2026.05.01"
composeNavigation = "2.9.8"
coreKtx = "1.18.0"
espressoCore = "3.7.0"
firebaseBom = "34.13.0"
firebaseBom = "34.14.0"
googleServices = "4.4.4"
firebaseCrashlytics = "3.0.7"
firebasePerf = "2.0.2"
Expand Down
2 changes: 1 addition & 1 deletion inappmessaging/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
implementation("androidx.constraintlayout:constraintlayout:2.2.1")

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:34.13.0"))
implementation(platform("com.google.firebase:firebase-bom:34.14.0"))
Comment thread
thatfiredev marked this conversation as resolved.

// FIAM
implementation("com.google.firebase:firebase-inappmessaging-display")
Expand Down
2 changes: 1 addition & 1 deletion messaging/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies {
implementation("com.google.android.material:material:1.14.0")

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:34.13.0"))
implementation(platform("com.google.firebase:firebase-bom:34.14.0"))
Comment thread
thatfiredev marked this conversation as resolved.

// Firebase Cloud Messaging
implementation("com.google.firebase:firebase-messaging")
Expand Down
2 changes: 1 addition & 1 deletion perf/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {
implementation(project(":internal:chooserx"))

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:34.13.0"))
implementation(platform("com.google.firebase:firebase-bom:34.14.0"))
Comment thread
thatfiredev marked this conversation as resolved.

// Firebase Performance Monitoring
implementation("com.google.firebase:firebase-perf")
Expand Down
2 changes: 1 addition & 1 deletion storage/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
implementation(project(":internal:chooserx"))

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:34.13.0"))
implementation(platform("com.google.firebase:firebase-bom:34.14.0"))
Comment thread
thatfiredev marked this conversation as resolved.

// Cloud Storage for Firebase
implementation("com.google.firebase:firebase-storage")
Expand Down
Loading