From 359be87d5d812a8990370c557bae61a1e5988720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ros=C3=A1rio=20P=2E=20Fernandes?= Date: Mon, 20 Jan 2025 16:34:36 +0000 Subject: [PATCH] pin the Functions SDK version (#2640) --- functions/app/build.gradle.kts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/functions/app/build.gradle.kts b/functions/app/build.gradle.kts index 23c02a0a2..935d203d8 100644 --- a/functions/app/build.gradle.kts +++ b/functions/app/build.gradle.kts @@ -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")