Skip to content

Commit

Permalink
pin the Functions SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
thatfiredev authored Jan 20, 2025
1 parent 06f4c1b commit 82c05ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion functions/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ dependencies {
implementation(platform("com.google.firebase:firebase-bom:33.5.1"))

// Cloud Functions for Firebase
implementation("com.google.firebase:firebase-functions")
// TODO(thatfiredev): remove the pinned dependency version when
// https://github.com/firebase/firebase-android-sdk/issues/6522 is fixed
implementation("com.google.firebase:firebase-functions:21.0.0")

// Firebase Authentication
implementation("com.google.firebase:firebase-auth")
Expand Down

0 comments on commit 82c05ff

Please sign in to comment.