You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Android Studio version: #AI-231.9392.1.2311.10779794
Firebase Component: Firestore
Component version: 24.8.0
[REQUIRED] Step 3: Describe the problem
Steps to reproduce:
I define in my build.gradle.kts the firebase-firestore-ktx and the firebase-bom where the bom defines version 32.3.0. This includes then the firebase-firestore-ktx with version 24.8.0.
Relevant Code:
By using this version, this construct no longer work:
Problem with new BOM may be broader as I had same issue with com.google.firebase:firebase-crashlytics-ktx. With 32.3.0 I had to add com.google.firebase:firebase-crashlytics dependency.
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
Steps to reproduce:
I define in my build.gradle.kts the
firebase-firestore-ktx
and thefirebase-bom
where the bom defines version32.3.0
. This includes then thefirebase-firestore-ktx
with version24.8.0
.Relevant Code:
By using this version, this construct no longer work:
You need to declare
firebase-firestore
in the dependencies too. Which was not required before in version32.2.3
.This doesn't match to the statement here:
https://firebase.google.com/docs/android/learn-more#ktx
The text was updated successfully, but these errors were encountered: